https://github.com/jrincayc/ucblogo-code
Revision d06344c0bc569f99f7be44c4071c4700f1a4cec9 authored by Joshua J. Cogliati on 27 February 2020, 03:23:01 UTC, committed by Joshua J. Cogliati on 27 February 2020, 03:39:38 UTC
1 parent 15f9965
Raw File
Tip revision: d06344c0bc569f99f7be44c4071c4700f1a4cec9 authored by Joshua J. Cogliati on 27 February 2020, 03:23:01 UTC
Fixes for texi errors.
Tip revision: d06344c
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