RosettaCodeData/Task/Exceptions/Aikido/exceptions-1.aikido

7 lines
99 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
try {
var lines = readfile ("input.txt")
process (lines)
} catch (e) {
do_somthing(e)
}