PDA

View Full Version : Wee Basic Alpha 2



wraggster
October 20th, 2007, 16:12
marovada (http://palib.info/forum/modules/newbb/viewtopic.php?topic_id=3724&forum=28)has posted a new release of Wee Basic for the DS, heres the release info:


New version: alpha 2

Changes:

Alpha 2

fixed:

- no longer crashes when loading a file that doesn’t exist

added/changed:

- variable names are no longer restricted to 1 character. Wee Basic now supports variable names of up to 8 characters, starting with a letter
but can otherwise use a combination of letters and numbers. eg test, a1, string12, a1b1, hello$
- one dimensional string and numerical arrays are now supported. To use them you first have to declare them with the “dim” statement.
eg. dim a1(10) dim hello$(5)
- there is a maximum of 100 numerical and 100 string variables
- each string array is limited to 30 members
- each numerical array is limited to 100 members

Download and Give Feedback Via Comments