Stack Item At Index Base Property
This property says that
the element at index 0 of stack [ x, y ] = x
Examples
the element at index 0 of stack [ 5, [ ] ] = 5
the element at index 0 of stack [ "Apple", [ "Banana", [ "Cherry", [ ] ] ] ] = "Apple"
the element at index 0 of stack [ False, [ True, [ ] ] ] = False
Quiz (1 point)
Please fill in the blank:
the element at index 0 of list [ "France", [ "Italy", [ "Germany", [ ] ] ] ] = "________"
Comments
Please log in to add comments