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


22.1.11.29 Instruction lts

Synopsys:

lts

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

Stack: ( STR STR -- STR STR INT )