Category:FutureBasic: Difference between revisions

Content added Content deleted
m (→‎FutureBasic Home Page & Download: Minor edit and addition of sample program)
Line 20: Line 20:
include "ConsoleWindow"
include "ConsoleWindow"


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

print stringToPrint
end fn
end fn