§ 4.74 - [pop] Built-InMnemonic aid: pop for POP stack See also: [fetch] , [flush] and [push] This allows you to pop content off of the top of the stack: [pop] [push foo] [push bar] [pop] [pop] bar foo
bar
foo
Tip:
You may want to pop the stack without producing the content that was there. In that case, use: [comment [pop]] Because the pop occurs in the context of the comment, it does not appear in the output stream. Other built-ins used here: [push]
Keyboard Navigation
, Previous Page . Next Page t TOC i Index |