Files
Noja/samples/if-else2.noja
T
2021-11-02 14:03:07 +00:00

5 lines
36 B
Plaintext

if false:
a = 33;
print(a, '\n');