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
417e5ed89882849f2985fe781146e7f958e00ebf
kraken
/
tests
/
commentFirstTest.krak
8 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Traits for function templates working! Need to finish for objects and specilizations, and I think also else statements.
2014-07-18 08:52:15 -07:00
/* Comment first! */
import io;
Declarations are now written |type| identifier;, generally. Functions are similar |void| func() {}, etc. Special declarations still work, etc
2014-08-01 00:45:48 -07:00
|int| main() {
Traits for function templates working! Need to finish for objects and specilizations, and I think also else statements.
2014-07-18 08:52:15 -07:00
println(1337);
return 0;
}
Reference in New Issue
Copy Permalink