es gibt nen Compiler: MSWLogo...
angefangen wird immer mit
Code:
to Befehl
danach kommen befehle und irgendwann dann
Code:
end
Beispiel:
Code:
to Geburtstagsgruß
cs ht
make "name "Laguna
pu setxy -100 0 pd
label [Happy Birthday]
pu setxy -100 -20 pd
label :name
pu setxy -100 -40 pd
label "!
end
kommt raus:
Happy Birthday
Laguna
!