RosettaCodeData/Task/Runtime-evaluation/Ring/runtime-evaluation-3.ring
2023-07-01 13:44:08 -04:00

9 lines
160 B
Text

while true
see nl + "code:> "
give cCode
try
eval(cCode)
catch
see cCatchError
done
end