RosettaCodeData/Task/Runtime-evaluation/Nanoquery/runtime-evaluation.nanoquery
2023-07-01 13:44:08 -04:00

2 lines
100 B
Text

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