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


20.1.10.32 Instruction les

Synopsys:

les

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

Stack: ( STR STR -- STR STR INT )