Next: , Previous: , Up: Relational instructions   [Contents][Index]


20.1.10.30 Instruction gts

Synopsys:

gts

Push 1 on the stack if the string at the under top is greater than the string at the top, in lexicographic order. Otherwise push 0.

Stack: ( STR STR -- STR STR INT )