We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0280c48 commit 509b21fCopy full SHA for 509b21f
tests/mochi_test_if.mochi
@@ -0,0 +1,9 @@
1
+def test_if():
2
+ x = if 1 > 2:
3
+ 10
4
+ else:
5
+ 30
6
+ x
7
+
8
+def result_test_if():
9
0 commit comments