onetrueawk / awk

One true awk
Other
1.98k stars 160 forks source link

I'm smaller. No you're not. #109

Closed SedapnyaTidur closed 3 years ago

SedapnyaTidur commented 3 years ago
$ nawk 'BEGIN { A="000100"; B="0010"; C=010;  if(B<C) print "\nB: I\47m smaller than C."; if(A<B) print "A: But I\47m smaller than you, B.\nAWK: Oh, really???" }'

B: I'm smaller than C.
A: But I'm smaller than you, B.
AWK: Oh, really???