https://github.com/jrincayc/ucblogo-code
Revision 1aad31ad3f4fb91ca1773e877e70131debec26b8 authored by Joshua Cogliati on 19 December 2020, 02:52:15 UTC, committed by GitHub on 19 December 2020, 02:52:15 UTC
Windows updates for build system changes and wxWidgets 3.0.5
2 parent s 53367e1 + bae19dd
Raw File
Tip revision: 1aad31ad3f4fb91ca1773e877e70131debec26b8 authored by Joshua Cogliati on 19 December 2020, 02:52:15 UTC
Merge pull request #82 from jrincayc/windows_fixes
Tip revision: 1aad31a
copydef
COPYDEF newname oldname

	command.  Makes "newname" a procedure identical to "oldname".
	The latter may be a primitive.  If "newname" was already defined,
	its previous definition is lost.  If "newname" was already a
	primitive, the redefinition is not permitted unless the variable
	REDEFP has the value TRUE.

	Note: dialects of Logo differ as to the order of inputs to COPYDEF.
	This dialect uses "MAKE order," not "NAME order."


back to top