Jump to content

Flow-control structures: Difference between revisions

Replaced "ReadIOEffect" by "IOError" to make the program compile.
(add tinybasic)
(Replaced "ReadIOEffect" by "IOError" to make the program compile.)
Line 1,382:
try:
var s = readLine f
except ReadIOEffectIOError:
echo "An error occuredoccurred!"
finally:
close f</lang>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.