thats the real hello world program for logo, different intepreters may use slight variations, you clearly had seperate command strings for each letter did you consider defining each string as a shorter code like LH (for letter H) then your program could be set to run as LH LE LL LL LO SPACE LW LO LR LL LD
then you could define that as something else again like HELLOWORLD, never mind i just have a thing for subroutines in old languages
LOL.
rt 90 label "HELLO pu fd 75 pd label "WORLD
C24Timothy 1 year ago
print "hello world"
thats the real hello world program for logo, different intepreters may use slight variations, you clearly had seperate command strings for each letter did you consider defining each string as a shorter code like LH (for letter H) then your program could be set to run as LH LE LL LL LO SPACE LW LO LR LL LD
then you could define that as something else again like HELLOWORLD, never mind i just have a thing for subroutines in old languages
dangevad 2 years ago
yep
original logo should trace it.. mswlogo trace too fast to see turtle mooving :)
matttosx 3 years ago
Hello world programs are meant to be the easiest programs in a language.... logo is kinda ironic that way huh! :-)
jkenefick 3 years ago