i@u ~/test/boo> cat hello.boo print "hello world" print 'hello world' i@u ~/test/boo> booi hello.boo hello world hello world
文字列リテラルはどっちでもいいのかなというかこれで改行入った。
i@u ~/test/boo> booc hello.boo i@u ~/test/boo> mono ./hello.exe hello world hello world
コンパイルもできるな。