printStack (Utility)

Prints stack state to the console. Stack state will not be changed. This function can be used for debugging purposes.

Arguments

None

Return values

None

Example

"sl/control" useFile 1 2 printStack drop drop
Output:
1 2