Work on creating the call function
This commit is contained in:
7
test_function_value.krak
Normal file
7
test_function_value.krak
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
fun main(argc: int, argv: **char): int {
|
||||
var a = fun(): int { return 1; }
|
||||
a()
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user