aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.37 - [page] Built-In

Mnemonic aid: page for reset PAGE (local) variables (as opposed to document, or global, variables)

See also:  [spage] 

 [page]  unsets all  [local]  variables.  [global]  variables are unaffected.

See also:  [gload] ,  [global] ,  [gsave] ,  [gv] ,  [load] ,  [local] ,  [lv] ,  [save] ,  [spage] ,  [v] ,  [vdec]  and  [vinc] 


[page]

[local test [i 123]]
[global toast [b 456]]
[v test]
[v toast]
[page]
[v test]
[v toast]

<em>123</em>
<strong>456</strong>
<strong>456</strong>
123 456 456

Other built-ins used here:  [b] ,  [global] ,  [i] ,  [local]  and  [v] 

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