Skip to content

Commit

Permalink
Improved default simple test case
Browse files Browse the repository at this point in the history
  • Loading branch information
patbuc committed Jul 5, 2024
1 parent aeb7b46 commit d9a86a1
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/neon.n
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
var x = 123;

if (x == 123 and x > 3) {
print("x is 123");
}

fun test() {

}

var result = 1 + 2 * 3 - (2 / 2);
var str = "Hello World: ${result}";
((10 + 2) * (6 / 2) - (5 - 3)) < 29

0 comments on commit d9a86a1

Please sign in to comment.