~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#compatators| Comparators]] ====== lte0 ====== lte0 ===== Description ===== Top item is popped from the stack and compared if less than or equal 0. 0 (false) or 1 (true) is pushed back to the stack. Note: See [[4rpl:Data Types]] for comparison between dissimilar types and type conversion. ===== Examples ===== if (0 lte0) trace("0 is less than or equal to 0") endif <=[[4rpl:start| Index]]