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
5dcb5ba02a53266624cde02a2004a51fab639fc9
kraken
/
tests
/
test_topLevelVarInit.krak
9 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Got the new scoping working! Still some odd stuff happening to certian templates, and I think vector is having problems with new/traits. Really need to get canonnical filenames and what not worked out
2014-12-30 01:22:09 -05:00
import io;
Wooo! Fixed up remaining bugs in new syntax!
2015-05-09 06:24:56 -04:00
var a: int = 42;
Got the new scoping working! Still some odd stuff happening to certian templates, and I think vector is having problems with new/traits. Really need to get canonnical filenames and what not worked out
2014-12-30 01:22:09 -05:00
Wooo! Fixed up remaining bugs in new syntax!
2015-05-09 06:24:56 -04:00
fun main(): int {
Got the new scoping working! Still some odd stuff happening to certian templates, and I think vector is having problems with new/traits. Really need to get canonnical filenames and what not worked out
2014-12-30 01:22:09 -05:00
io::println(a);
return 0;
}
Reference in New Issue
Copy Permalink