RosettaCodeData/Task/Literals-Integer/AWK/literals-integer-1.awk

7 lines
105 B
Awk

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