RosettaCodeData/Task/Integer-comparison/AWK/integer-comparison-2.awk

3 lines
125 B
Awk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# This code contains a bug
IF (n=3) PRINT "n is equal to 3" # The incorrectly used equals sign will set n to a value of 3