Link | lp_integer_even |
Author | Bil Corry |
Category | Math |
Version | 8.x |
License | Public Domain |
Posted | 03 Dec 2005 |
Updated | 03 Dec 2005 |
More by this author... |
Returns true if given integer is even.
loop: 10; loop_count ' is even is ' (lp_integer_even:loop_count) '
'; /loop;
Click the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.
[ define_tag:'lp_integer_even', -description='Returns true if given integer is even.', -priority='replace', -required='integer'; return: (integer: #integer) % 2 == 0; /define_tag; ]
No comments
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft