Simple tasks/todo list program for the Agon Light™ 8-bit computer.
- Place
tasks.bas
anywhere within your SD card (ex:/progs/tasks/tasks.bas
). - Alternatively download a release of Agon Mite, a distro for the Agon Light™ 8-bit computer.
From BBC BASIC:
>LOAD "/path/to/tasks.bas"
>RUN
From MOS:
*load bbcbasic.bin
*run . /path/to/tasks.bas