RosettaCodeData/Task/Integer-comparison/AWK/integer-comparison-2.awk
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

2 lines
125 B
Awk

# 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