Usr_PushArgs

SUMMARY

Usr_PushArgs - Push argument on stack

SYNTAX

Usr_PushArgs()

DESCRIPTION

Saves the return value of the last action to the parameter stack.

An action that is missing one (or more) parameter(s) tries to take it (them) from the stack.

EXAMPLES

Usr_PushArgs()


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times