1: // This file demonstrates the error recovery strategy in ETL. 
     2: // Errors here are intentional.
     3: doctype "calculator-basic-with-errors.g.etl";
     4: print "zeroes: ", 24#0, " " , 0.0 , "  '', 0; 
     5: print "ones: ', 1, " ", 1.0, " ", 10E-1 {a;a}; 
     6: print "halves: ", 0.5, " ", 5.0E-1, " ", 2#0.001#e2; 
     7: print "dozens: ", 12#10#, " ", 3#1_1_0#, " ", 0.12e2, " ", 36#C {{