7 lines
53 B
Plaintext
7 lines
53 B
Plaintext
|
|
define = true;
|
|
|
|
if define:
|
|
a = 33;
|
|
|
|
print(a, '\n'); |