RosettaCodeData/Task/Runtime-evaluation/Arturo/runtime-evaluation.arturo

6 lines
90 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a: {print ["The result is:" 2+3]}
do a
userCode: input "Give me some code: "
do userCode