Wee Basic (Alpha 2) (NDS misc)

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

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

No Comments

You must be logged in to post a comment.