https://github.com/jrincayc/ucblogo-code
Revision 100372978fbeec801e4fd96b8cc62f63ad92f7aa authored by Dan Malec on 02 March 2021, 01:59:39 UTC, committed by Dan Malec on 02 March 2021, 01:59:39 UTC
1 parent c01254e
Raw File
Tip revision: 100372978fbeec801e4fd96b8cc62f63ad92f7aa authored by Dan Malec on 02 March 2021, 01:59:39 UTC
ISSUE-97: Balance calls to setjmp/longjmp regardless of wxWidgets
Tip revision: 1003729
setprefix
SETPREFIX string

	command.  Sets a prefix that will be used as the implicit beginning
	of filenames in OPENREAD, OPENWRITE, OPENAPPEND, OPENUPDATE, LOAD,
	and SAVE commands.  Logo will put the appropriate separator
	character (slash for Unix, backslash for DOS/Windows, colon for
	MacOS Classic) between the prefix and the filename entered by the user.
	The input to SETPREFIX must be a word, unless it is the empty list,
	to indicate that there should be no prefix.

back to top