push forward. Current problem is double closed things
This commit is contained in:
12
quick_test3.krak
Normal file
12
quick_test3.krak
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
fun main():int {
|
||||
var I = 0
|
||||
fun() {
|
||||
fun() {
|
||||
I = 1
|
||||
}()
|
||||
}()
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user