Complete list of all XLogo primitives and their shortforms (shown in red). Some you'll use all the time, others when they're needed and some hardly at all. However, they are all listed here with examples,
explanations and things to watch out for!
Note:
Shortforms shown in red. Words in brackets are not strictly primitives.
? can be written as p. So Mouse? = MouseP.
American spelling of Color (not Colour) and Gray (not Grey).
Make can be written GlobalMake to emphasize a variable to be used in a global manner.
Modes
Screen -switch between four different modes
- Window (default)
- Wrap
- Fence
- 3D Perspective
Pen -switch between three different modes
- PenPaint (default)
- PenReverse
- PenErase
XLogo -enter or stop four different modes
- Animation
- Axis (not available in 3D mode)
- Grid (not available in 3D mode)
- Trace
|