Skip to content

Commit d9a4280

Browse files
author
arthurmelton
committed
dont get the args
1 parent 26d723f commit d9a4280

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/Odd or Even.nys

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
if (math(arg(2)%2) == "0") {
1+
log("Hi this is the odd or even example type a number");
2+
dec int number: input();
3+
if (math(number%2) == "0") {
24
log("even");
35
}
46
else {

0 commit comments

Comments
 (0)