Saturday, November 19, 2011

USL 3.8.3

I finally fixed the library loading issue brought to my attention in an email last week. USL now loads library definitions in script mode exactly as in shell mode. I changed the equal and unequal conditional operators as well. I'll demonstrate below.

New conditional statements:
if true == false
       say "This will never be seen."
orif true != false
       say "true is never false"
else
       say "This will never be seen."
endif

This may seem like a very small change, but the previous version would not load scripts correctly. This version will. Tested on Mac OS X, Linux, and Windows.

To download 3.8.3, you can visit any of the following links:
sourceforge
freecode

No comments:

Post a Comment