Worklog for neos300

TimeOS

Return to Worklogs

Weeeee!(Posted 2009-10-26)
First entry. Created a couple new commands(rand and dispvar), but still wondering how to do conditionals.

A code sample from the scripting language:
print Welcome to the crazycats random number generator!
print This will allow you to create a random number!
pause Press a key to make your random number!
rand random 500 1000
pause Your random number is:
dispvar random
pause Press any key to end.

Generates a random number and says it to the user.