5 lines
53 B
Text
5 lines
53 B
Text
|
|
#define FOO 3+3
|
||
|
|
#if FOO = 0
|
||
|
|
let x = "Hello"
|
||
|
|
#endif
|