Fixed bug w/ lines in functions

Also improved debugging
This commit is contained in:
greg
2018-03-02 00:42:52 -08:00
parent 0c78f50568
commit b18c2eee96
3 changed files with 16 additions and 5 deletions

View File

@@ -1,2 +1,8 @@
fn main() {
const a = 10
const b = 20
a + b
}
main()
1 + 2