Files
Noja/samples/if-else.noja
T
2021-11-03 13:44:41 +01:00

5 lines
67 B
Plaintext

if 'hello' == 'hello':
print('Yup!\n');
else
print('Nop!\n');