---------------------------------------------------------------------
07/27/2006  - Version 0.3 Released
07/15/2006  - Now you can use Save without parameter to save the 
              last loaded program
07/11/2006  - added rnd(), int(), asc(), abs() functions
07/10/2006  - added joystick/keyboard functions (for gamming)
	    - Stick() and Strig() (like MSX basic)
07/09/2006  - added object engine functions:
	    - spritenew()
            - spriteprop()
            - objectprop()
            - objectnew()
07/07/2006  - Added On..Goto and On..Gosub statements
	    - Added and corrected some examples files (.kid)
	    - Changed some internal structures
            - Goto <expression> dont work anymore use On exp goto/gosub
07/06/2006  - Edited language file and help file
07/05/2006  - Now a program can be have 32767 lines
07/04/2006  - Added a help bar on then bottom of screen
07/03/2006  - Corrected some bugs on the virtual console 
06/28/2006  - Added LoadSound and PlaySound
06/26/2006  - Corrected a lot of small bugs
06/26/2006  - Now I used Allegro for Multimedia
06/25/2006  - Added Gosub..Return
---------------------------------------------------------------------
06/19/2006  - Version 0.2 Released
06/19/2006  - Expressions now can be string or numeric
            - Added sin, cos, tan functions
            - Now you can chose your language and translate commands too
06/18/2006  - Corrected a lot of bugs
06/17/2006  - Changed parser for create a tokenized version of the sources
06/15/2006  - Added string variables (but no expression evaluator for strs)
06/14/2006  - Added numeric variables
---------------------------------------------------------------------
06/14/2006  - Version 0.1 (not resleased yet)
06/13/2006  - Interpreter work with minimal program
10 cls
20 Print "hello word!"
30 end
06/11/2006  - Start Project
            

