We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede0569 commit 5785f3aCopy full SHA for 5785f3a
dana/programs-erroneous/if_condition_byte.dana
@@ -3,5 +3,5 @@
3
def main
4
var b is byte
5
b := true
6
- if b:
+ if b: # should be "if b = true:" instead
7
writeString: "erroneous"
0 commit comments