Index

:Once

Description

“:Once” is called when a script first executes and then never again. It is similar to using a once/endonce block.

Example

:Once
   "A one time print" Trace

See Also

Programming notes