RosettaCodeData/Task/Runtime-evaluation/Nanoquery/runtime-evaluation.nanoquery

3 lines
100 B
Plaintext

exec("println \"hello, world\"")
exec("a = 1\nif a = 1\nprintln \"a is 1\"\nend\nprintln \"test\"")