StackSize - Displays the current size of the stack Usage: StackSize Will simply type the size of the stack to STDOUT, this is useful in scripts to store the current stack so it can be restored later. Example usage in a script: ; Store the current stack in the variable $CURRENT_STACK Set CURRENT_STACK `StackSize` ; Set the stack to what we need Stack 65536 ; Run a command Command that needs lots of stack... ; Change the stack back to what it was Stack $CURRENT_STACK gemini://uhc.driar.se/help/StackSize

-- Leo's gemini proxy

-- Connecting to uhc.driar.se:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/plain

-- Response ended

-- Page fetched on Thu May 9 15:44:36 2024