@pop() Fonksiyonu |
![]() ![]() ![]() |
MScript supports stack functionality by means of push(), peek() and pop() functions @pop() function removes the current value from the stack and makes the previous value the current value. Syntax: @pop(stack-name)
stack-name The name of the stack |