1.19
2022-05-10
- Revision of the interface
1.18
2020-03-11
- Clearing the application from memory when you exit the application.
- Dark mode management
1.17
2019-05-22
- Use of student accounts to record global functions and variables.
1.16
2017-09-08
- App Transport Security Settings
1.15
2016-02-03
- Landscape and portrait mode.
1.14
2015-12-02
- IOS9 + iPadPro
1.13
2015-03-06
- IOS8
- fix bug with REMAINDER operator
- Add commands ALERT, ASK, and CONFIRM
1.11
2013-08-14
- flat design
- manage Air-play
- manage bluetooth keyboard
1.10
2013-07-22
- Add Italian language
- Fix a bug with the negative numbers
1.9
2013-05-07
- fix some bugs ( localization )
1.8
2013-04-30
- add russian commands
1.7
2013-04-10
- Fix some bugs
- Add table of globals
1.6
2012-09-15
Enhancement for retina display
1.5
2011-11-11
Fix bug with copy/paste.
Functions update/delete.
1.4
2011-10-25
Add RETURN command :
FOR fac :n [ IF ( :n = 1 ) [ RETURN 1 ] RETURN PRODUIT :n fac DIFF :n 1 ]
WRITE fac 10
You can now handle a tap event with :
FOR TAP :x :y [ SETXY :x :y ]
Move the turtle under the user finger.
1.3
2011-09-12
- add RED/GREEN/BLUE/ALPHA/WIDTH commands
1.2
2011-07-18
Auto save (functions and globals).
1.1
2011-05-17
English version