Info

Statistics

  • Download count794 total downloads
  • Latest download count 794 downloads of latest version
  • Average download count1 downloads per day average

Owners

Showcase video

https://youtu.be/4HD5Z4MfnmY

Aces

  • Conditions
    Is Empty
    Returns true if the stack is empty
    Compare top
    Allows you to compare the value at the top of the stack
    Compare length
    Allows you to compare the length of the stack
  • Actions
    Push
    Add a value at the top of the stack
    Pop
    Remove the value at the top of the stack
    Load
    Load the stack from a JSON string
    Clear
    Clears the stack
  • Expressions
    Peak
    Returns the value at the top of the stack
    Pop
    Returns the value at the top of the stack and removes it
    ToJSON
    Returns the stack in JSON format
    Length
    Returns the length of the stack