§ 4.33 - [graw] Built-InMnemonic aid: graw for Global RAW local variable
[graw] is like [global] , except that it is intended for use only in the outmost, top-level context. It scans through the supplied content without processing it, and stores it in the specified global variable. The contents can then be retrieved using [v] or [gv] , again only in the outmost context, without being processed. This allows you to place blocks of code verbatim from a variable. When using HTML, you'd contain this in an inline HTML <div> </div> to control the display; if you feed the [graw] variable to any aa_macrov3 operator that isn't designed to take raw input the content probably will be processed. There are a few operators, such as [getc] , that are specifically designed to take [graw] input.
[graw variableName content] [graw test [i 123]] [v test] [lb]i 123[rb]
[i 123]
Keyboard Navigation
, Previous Page . Next Page t TOC i Index on February 18th, 2026 at 12:52 MT |