2 lines
100 B
Text
2 lines
100 B
Text
exec("println \"hello, world\"")
|
|
exec("a = 1\nif a = 1\nprintln \"a is 1\"\nend\nprintln \"test\"")
|