The language we are using, Coffeescript, needs at least two words
to run a function. You can use the word do
to run a
function without arguments.
For example, hide the turtle with do ht
.
do ht
Show the turtle with do st
.
do st
Draw a default black dot with do dot
do dot