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

7 lines
99 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
try {
var lines = readfile ("input.txt")
process (lines)
} catch (e) {
do_somthing(e)
}