input	a                              'a
b="test"                               'bɕ
test                                   'x
a = a + 1                              'aɑ΂1𑫂@lZ
b=b+a                                  'bɑ΂a𑫂@񉉎Z
print a                                'l    a  o
print b                                '  b  o
if a=10 then goto test2 else goto test 'a10Ȃ΁Agoto test2sAȊOł́Agoto tests
test2                                  'x
print "\\--  end  --\\"                  'o
end                                    'I\ [ȗ\]


