Fixed bug w/ lines in functions
Also improved debugging
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
fn main() {
|
||||
const a = 10
|
||||
const b = 20
|
||||
a + b
|
||||
}
|
||||
|
||||
main()
|
||||
|
||||
1 + 2
|
||||
|
||||
Reference in New Issue
Block a user