DS homebrew – Wee Basic v0.8
DS homebrew dev marovada released this update for his Wee Basic earlier, giving it a nice new dashboard with save, run, and load icons. The Basic interpreter now also comes equipped with a simple command to break infinite loops, and all keys are now supported for key operator. More after the jump.
Download: Wee Basic v0.8
DS homebrew dev marovada released this update for his Wee Basic earlier, giving it a nice new dashboard with save, run, and load icons. The Basic interpreter now also comes equipped with a simple command to break infinite loops, and all keys are now supported for key operator.
Wee Basic won in the NeoFlash Spring Competition back in April 2008 along with 9 other winners so you know this is a quality app.
Changelog:
- new dashboard with save, run and load icons (touch to enable)
- cursor is off the screen for save and load
- key combination to break: you can now hold A and Start at the same time to break a running program (eg if you get stuck in an infinite loop)
- Input statement bugs fixed
- all keys are now supported for key() operator, including L and R keys and Start and Select keys. Summary of values returned by key:
- X: 200
- Y: 201
- A: 202
- B: 203
- Left: 204
- Right: 205
- Up: 206
- Down: 207
- L: 208
- R: 209
- Start: 210
- Select: 211
Download: Wee Basic v0.8
Read about the NeoFlash Spring Competition winning version of Wee Basic:
Via PAlib