Logo is like an imperative sentence, with a verb command followed by a noun phrase object.

? show first [the quick brown fox]
the
? show butfirst [the quick brown fox]
[quick brown fox]
? show first "quick
q
? show bf "quick
uick
? show first 12345
1
? show bf 12345
2345
? make "doq "spot
? to dog
> output "bark
> end
? show "dog
dog
? show thing "dog
spot
? show :dog
spot
? show dog
bark
? show cat
I DON'T KNOW HOW  TO CAT

These examples are just typed by hand, I will get an actual session with some more interesting things soon.

LogoExample (last edited 2008-03-04 08:33:17 by localhost)