9 lines
143 B
Text
9 lines
143 B
Text
|
|
to printstuff
|
||
|
|
print "stuff
|
||
|
|
end
|
||
|
|
to runstuff :proc
|
||
|
|
run :proc
|
||
|
|
end
|
||
|
|
runstuff "printstuff ; stuff
|
||
|
|
runstuff [print [also stuff]] ; also stuff
|