Syntax
Commands may be written on one line, or more. Many commands have mnemonic short forms; for example FORWARD
and RIGHT
are coded FD
and RT
respectively. This makes the input less onerous. Anything written after the ; (semicolon) is ignored, allowing the coder to insert comments.
The Hello World program in Logo looks like this:
printRead more about this topic: Logo (programming Language)