
i1 : symbol "a"
stdio:1:8:(2): syntax error: "a"

i2 : symbol 11
stdio:1:18:(2): syntax error: 11			should be line number 2

i3 : 4

o3 = 4

i4 : symbol 11
stdio:2:8:(2): syntax error: 11				should be line number 4


