Many additional MacOS specific functions and commands are only documented in the Chipmunk Basic quick reference file.
Graphics may require that the preferred memory requirements be increased using the Finder "Get Info" dialog box.
Set the horizontal and vertical location of the text output cursor. (0,0) is the upper left corner.
Sets the (x,y) location of the graphics pen.
Draws a line from the current pen location to location (x,y) in the graphics window.
Change the text console window position and size.
Plays morse code through the speaker. The parame- ters are: dot-speed-wpm, volume{0..100}, word-speed-wpm, frequency (in Hz or cps).
The parameters are: frequency (in Hz), seconds duration, volume (0..00).
Speaks STRINGVAL if the Speech Manager Extension is resident. Try "say a$,200,46,1" for faster speech.
Puts up a standard file dialog for the file name.
Displays a listing of files in the named or current directory.
Returns the amount of memory left for program use.
Returns a string corresponding to the current date. Works in the Mac OS X command line version as well.
Returns a string corresponding to the current time. Works in the Mac OS X command line version as well.
Returns the horizontal position of the text cursor. If VAL is negative returns the vertical position.
Also returns the full path name of the program and files opened by SFGetFile and SFPutFile. (Only under System 7 and also only if the name fits in a string variable.) See standard errorstatus$.