Logo Language Features
Current "Red Dot" Version Has 1792-Byte
User Program Area
- A procedural language with return values,
arguments, and recursion
- Control structures: loop,
repeat, if, ifelse,
waituntil
- 8-bit number system, including:
arithmetic
(+,
-,
*,
/,
and %), comparison (>,
<, and =), logical/bitwise (and, or, and
not), and random
numbers (random)
- Persistant global variables
- Real-time measurement and tone
generation