# Logo Word

> Logo Word (iPhone/iPad app by Jay Gupta.)

- Source: https://appshunter.io/ios/app/logo-word/id6753338221 (this page in markdown: same URL + `.md`)
- Developer: [Jay Gupta](https://appshunter.io/developer/1237462226)
- Category: Education
- Price: Free
- Age rating: 4+
- Requires: iOS 15.1 · 24 MB
- Languages: English
- Released: 2025-10-03
- Data updated: 2026-06-10
- User reviews in markdown: https://appshunter.io/ios/app/logo-word/id6753338221/reviews.md

## What is Logo Word?

This Logo application is built for all the user who wants to learn Logo Programming language. App has Tutorial section where they can understand all the commands and play commands on Logo Playground to make themselves familiar with it.

This is a Free Coding App! You can learn by fun

 Type any commands then hit “Run” to execute..

If you make a mistake hit/Run Clear Screen (CS) or RESET to start again.

LOGO coding language was created in 1967 and used as a beginners programming tool. LOGO is one of the best applications for computer coding for beginners and kids.

Follows close to the MIT Logo standard and MSWLogo

Sample Shapes
============

Triangle
REPEAT 3 FD 50 RT 120 END

Hexagon
REPEAT 6 FD 50 RT 60 END


Programming / Code Commands:

FD x = Forward Turtle x pixels

BK x = Backward x pixels

RT x = Right Turn Turtle by x degrees

LT x = Left Turn Turtle by x degrees

PU = Pen Up (Do not draw while moving)

PD = Pen Down (Draw as normal)

REPEAT x = Creates a loop to run x times which runs any commands within the loop. Place END when closing loop.

END = Closes a REPEAT loop. (Loops can be nested)

PEN x = Color of pen (0 - 7)

ENTER COMMAND = Adds current line to Actions List

DELETE = Clears the command line first, then the Deletes program Action list.

RESET = Clears commands and resets your Turtle


## Version history (last 1 release)

### 1.0 — 2025-10-03

No release notes.

## More apps by Jay Gupta

- [iLifafa](https://appshunter.io/ios/app/ilifafa/id6753660184)
- [Brainy Collector](https://appshunter.io/ios/app/brainy-collector/id6759196279)

All apps by Jay Gupta: https://appshunter.io/developer/1237462226

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-06-10.*
