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
3354a03dd494da790df6b25e5900eae2d84f77fe
kraken
/
tests
/
test_nequals.krak
11 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
!= didn't work either - missed it in the builtins at the top of ASTTransformation.cpp
2015-03-16 06:24:59 -04:00
import io:*;
Wooo! Fixed up remaining bugs in new syntax!
2015-05-09 06:24:56 -04:00
fun main(): int {
!= didn't work either - missed it in the builtins at the top of ASTTransformation.cpp
2015-03-16 06:24:59 -04:00
if (1 != 2)
println("Correct");
}
Reference in New Issue
Copy Permalink