In a Script-Fu, attempting to use the Scheme command (exit) prior to the (let ) statement gets an error that "exit" is an unbound variable. Is there an equivalent to (exit) in TinyScheme, or do I need to set a flag as to whether to continue processing (thus introducing extra if levels)?
Purpose would be to check at the beginning to make sure the drawable suitable for the following Script-Fu logic, so this would be before make any changes to the image or context.
Charles Belov
The 7th parameter
Thanks! Oddly, I see
Neither R5RS nor R6RS do
(quit)
Ah, then apparently Teach
Found the TinyScheme manual