aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.74 - [pop] Built-In

Mnemonic 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

Valid HTML 4.01 Loose
 

This manual was generated with wtfm
wtfm uses aa_macro and SqLite
aa_macro uses Python 2.7