Current News

Moderator: Mmiscool

User avatar
By Mmiscool
#29742 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.