Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -4,8 +4,8 @@ BEGIN {
|
|||
|
||||
if (a == b) { print "The strings are equal" }
|
||||
if (a != b) { print "The strings are not equal" }
|
||||
if (a > b) { print "The first string is lexically after than the second" }
|
||||
if (a < b) { print "The first string is lexically before than the second" }
|
||||
if (a > b) { print "The first string is lexically after than the second" }
|
||||
if (a < b) { print "The first string is lexically before than the second" }
|
||||
if (a >= b) { print "The first string is not lexically before than the second" }
|
||||
if (a <= b) { print "The first string is not lexically after than the second" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue