i-LOGO Cheats

i-LOGO Hack 1.19 + Redeem Codes

Developer: CROMBEZ Emmanuel
Category: Education
Price: $4.99 (Download for free)
Version: 1.19
ID: fr.lantranet.logo

Screenshots

Game screenshot i-LOGO mod apk

Description

LOGO was created in 1967 for educational use, is a computer programming language with functional programming capability.

This version of LOGO is an interpreted language, but isn't a lite version.
Functional programming with global and local variables is implemented.

You can test calculations with polish notation, test recursively, and use arrays.

LOGO is not a language for programming a real application, instead it is a teaching language.

Version history

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.12
2013-11-01
- iOS7
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
1.0
2011-05-06

Download i-LOGO on Android and iPhone for free

Download on Android

Ways to hack i-LOGO

Download hacked APK

Download i-LOGO MOD APK
Request a Hack

Ratings

5 out of 5
3 Ratings

Reviews

LaurieBartels,
Happily able to save functions
Kudos for this new version that adds the ability to save functions, which feels similar to writing/defining a procedure. And thumbs up to the speed with which Emmanuel responds to user contact!
Jim Zlogar,
Great app to teach kids programming
I downloaded this app to introduce my 9-yr old daughter to programming. She loves it now that there is an English version. Well worth the price.