aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.75 - [fetch] Built-In

Mnemonic aid: fetch for FETCH stack item

See also:  [flush] ,  [pop]  and  [push] 

This allows you to fetch content from the stack without using  [pop] :


[fetch itemIndex]

[push foo]
[push bar]
[push blargh]
[fetch 0]
[fetch 2]
[fetch 1]
[pop]
[pop]
[pop]

blargh
foo
bar
blargh
bar
foo
blargh foo bar blargh bar foo

Other built-ins used here:  [pop]  and  [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