Skip to content

v0.10-alpha

Latest
Compare
Choose a tag to compare
@aurelVZ aurelVZ released this 19 May 20:21
· 49 commits to master since this release
de262f4

After testing of all examples i found one let say BUG
It is about keyboard event and message loop because i have
two programs which use different keyboard events .
One is with GUI controls and one classic keyboard KeyDown
and they are in conflict so i changed main message loop
and seems that now work but i am not 100% sure.
In general i know what i must to change or adjust
or even add new command like MODE 1 , MODE 2
something like some big languages have , similar to Option Explicit
but some old dialects have command MODE .
for now i will left it as it is ,but if make troubles with GUI programs
which i have in plan to add in micro(A) then i must add this commands.
Also i add all examples to micro(A) github site ()this one
so ..enjoy...any feedback is welcome!