RosettaCodeData/Task/Literals-Integer/AWK/literals-integer-1.awk
2023-07-01 13:44:08 -04:00

6 lines
105 B
Awk

BEGIN {
if ( (0x2d7 == 727) &&
(01327 == 727) ) {
print "true with GNU awk"
}
}