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

10 lines
160 B
Plaintext

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