Hydra Logo 1.4 ported
Oldbitcollector (Jeff)
Posts: 8,091
Attached is a copy of Hydra Logo 1.4 by Josh Meeds (as posted in the Hydra section)
This one has been adjusted for use on the Proto/Demo boards.
Here's a command to try it out.
to spiral :ln
fd :ln
rt 92
fd :ln+1
rt 92
spiral :ln+2
end
Then just enter
spiral
Oldbit
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"Two things are infinite: the universe and human stupidity; and I'm not sure about the universe." -Albert Einstein
This one has been adjusted for use on the Proto/Demo boards.
Here's a command to try it out.
to spiral :ln
fd :ln
rt 92
fd :ln+1
rt 92
spiral :ln+2
end
Then just enter
spiral
Oldbit
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"Two things are infinite: the universe and human stupidity; and I'm not sure about the universe." -Albert Einstein
Comments
return(Loop)