|
@peek() Function |
|
|
MScript supports stack functionality by means of push(), peek() and pop() functions @peek() function returns the current value of the given stack Syntax: @peek(stack-name)
stack-name The name of the stack |