Core Help Root: Commands: @program


PROGRAMMER COMMAND

Syntax @program <objref>.<method> [options] [with <any>]

Sets the code for <method> on <object>.

Options can be:

+warnings Do not warn about recursion.
+edited[=message] Set or override the edited comment. (admin only).
+access=permission Set the method access to one of public, protected, private, root or driver.
+flags=flags Set the flags to some of nooverride, locked, fork or native.

Optionally, 'with' preposition causes it to read the code from the command line instead of prompting the user for it.



the Cold Dark