Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 327 Bytes

rto_lt.md

File metadata and controls

12 lines (6 loc) · 327 Bytes

Asmc Macro Assembler Reference

operator <

expression1 < expression2

Is less than. Used only within .IF, .WHILE, or .REPEAT blocks and evaluated at run time, not at assembly time.

See Also

Operators Reference