This website requires JavaScript.
Explore
Help
Sign In
miloignis
/
kraken
Watch
1
Star
0
Fork
0
You've already forked kraken
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
265a9948589445b16a00982fbff705454e621210
kraken
/
test_function_value.krak
7 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Work on creating the call function
2017-04-13 01:05:36 -04:00
fun main(argc: int, argv: **char): int {
Can call non-closure no parameter lambdas
2017-04-17 21:15:14 -04:00
var a = fun(): int { return 11; }
return a()
Work on creating the call function
2017-04-13 01:05:36 -04:00
}
Reference in New Issue
Copy Permalink