Category:FutureBasic: Difference between revisions

Content added Content deleted
Line 21: Line 21:


local fn PrintSomething( str as Str255 )
local fn PrintSomething( str as Str255 )
print str
print str
end fn
end fn