-->
Page 1 of 1

Added else to ifthen command. Bug fix for evaluating = & ==

PostPosted: Wed Sep 23, 2015 11:31 pm
by Mmiscool
if bla = 5 then print "true" else print "false" is now some thing that works. I actually forgot all about implementing an else until today.

Did a bug fix for evaluating = and ==
= is for comparing numbers
== is for comparing strings

Documentation in language reference on site updated to reflect changes.

Also made goto, gosub and button commands more robust on finding branch labels for jumps.