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

3 lines
100 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
exec("println \"hello, world\"")
exec("a = 1\nif a = 1\nprintln \"a is 1\"\nend\nprintln \"test\"")