Files
Noja/samples/if-else.noja
T
2021-11-01 03:20:07 +00:00

9 lines
42 B
Plaintext

if false
{
3;
2;
}
else
4;
99;