Comments don't screw with as much now\! (and work with semicolon infrencing\!)

This commit is contained in:
Nathan Braswell
2015-03-25 15:59:49 -04:00
parent 47982114af
commit 639f4ff0fb
3 changed files with 12 additions and 6 deletions

View File

@@ -2,6 +2,8 @@
import io:*;
|int| main() {
println(1337);
println(1337) /*how bout now*/
println(42) //or now
return 0;
//hmm
}