clear
Reset the current RPN calculator stack by removing all stored values to start fresh.
Instructions
Clear the RPN calculator stack.
Removes all values from the current session stack.
Returns: Confirmation message that stack was cleared.
Example: >>> clear() 'Stack cleared'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |