RosettaCodeData/Task/Exceptions/Aikido/exceptions-1.aikido
2023-07-01 13:44:08 -04:00

6 lines
99 B
Text

try {
var lines = readfile ("input.txt")
process (lines)
} catch (e) {
do_somthing(e)
}