10 lines
160 B
Text
10 lines
160 B
Text
|
|
while true
|
||
|
|
see nl + "code:> "
|
||
|
|
give cCode
|
||
|
|
try
|
||
|
|
eval(cCode)
|
||
|
|
catch
|
||
|
|
see cCatchError
|
||
|
|
done
|
||
|
|
end
|