Re: NEW
- Posted by petelomax at blueyonder.co.uk Mar 20, 2002
- 544 views
On Wed, 20 Mar 2002 16:22:20 +1100, Derek Parnell <ddparnell at bigpond.com> wrote: > > 'if' syntax is: > IF <boolean_test> THEN <true_code> (ELSE <false_code>) END IF > You can also have any number of elsif <test> then <statements> between the then-part and the else-part. PS all keywords should be lower case. I also found it very handy to have a printed copy of refman2.html (just that, 25 pages, not necessarily the whole thing) when I first started. Pete