This website requires JavaScript.
Explore
Help
Sign In
Sun
/
sunlang
Watch
1
Star
0
Fork
You've already forked sunlang
0
Code
Issues
Pull Requests
Packages
Projects
Releases
3
Wiki
Activity
main
sunlang
/
tests
/
test_if.sun
10 lines
128 B
Plaintext
Raw
Permalink
Blame
History
function test(a) {
var x = 10;
if (a > x) {
return 1;
} else {
x = x + 1;
return x;
}
}
Reference in New Issue
View Git Blame
Copy Permalink