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

7 lines
105 B
Awk
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
BEGIN {
if ( (0x2d7 == 727) &&
(01327 == 727) ) {
print "true with GNU awk"
}
}