RosettaCodeData/Task/Runtime-evaluation/Ring/runtime-evaluation-3.ring

10 lines
160 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
while true
see nl + "code:> "
give cCode
try
eval(cCode)
catch
see cCatchError
done
end