Closed aDotInTheVoid closed 3 years ago
Now we need something like
print "one"; if x { print "two"; } else { print "three"; }; print "four";
You shouldn't need a semi after the else
See https://doc.rust-lang.org/reference/statements.html#expression-statements
Now we need something like
You shouldn't need a semi after the else
See https://doc.rust-lang.org/reference/statements.html#expression-statements