Pop
Pop array from Push Pop Array
Syntax: Push(arr[],ppindex=0,size=sizeof arr)
arr
array that is going to be poppedppindex
index of available PPArray arbiter <0...3>size
size of popped array
Returns: Returns 1 if the operation was successful, otherwise an exception is raised.
Notes: If the Push Pop Array is empty, or more than available cells are popped, an exception is raised as well
Example:
Pop(arr)
, poparr
from initialized array with index 0Pop(temp,1)
, poptemp
from initialized array with index 1
Last updated
Was this helpful?