We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344441c commit 27545e1Copy full SHA for 27545e1
examples/Coin Flip.nys
@@ -0,0 +1,6 @@
1
+if (math(random*2) > 1) {
2
+ log("Heads");
3
+}
4
+else {
5
+ log("Tails");
6
0 commit comments