RosettaCodeData/Task/Higher-order-functions/Logo/higher-order-functions.logo

9 lines
143 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
to printstuff
print "stuff
end
to runstuff :proc
run :proc
end
runstuff "printstuff ; stuff
runstuff [print [also stuff]] ; also stuff