Function length of remaining stack x with count count
get the length of stack x
Format:
length of remaining stack x with count count
Input:
list x -
number count -
Output:
number - None
Properties that reference this function:
length of remaining stack [ ] with count count = count (Get Length 2)
length of remaining stack [ x, y ] with count count = length of remaining stack y with count (count + 1) (Get Length 3)
Comments
Please log in to add comments