I am trying to write my own programming language!
This is what I have done...
It is a command line interpreter. Just drag and drop one of the sample programs onto it and watch it run.
It has a simple syntax:
- White spacing may be used.
- Parameters must be separated by colons.
- Each line with parameters must end with a colon.
- Preprocessors are optional, but the program must begin with 'start'
- Preprocessors define max lines, parameters, and variables. (memory)
- The music command is good for making music!

LAST UPDATE: 10/28/09
Download it here: http://geekbasic.webs.com/PROSEED.zip
It includes:
- Source code
- Compiled executable
- Four sample programs
- yay!!!
I would post some sample code, but this forum screws up my code every time i post on here.
This was not meant to be anything really useful or special. I KNOW NOBODY WILL EVER WANT TO USE THIS BUT I GOTTA TRY!