Marovada updated his basic interpretor Wee Basic for NDS (Thanks to http://www.dev-fr.org for the news).
Changes:
– 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
http://palib.info/forum/modules/newbb/viewtopic.php?topic_id=3724&forum=28