Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// The @INTERPOLATE verb processes a string with imbedded blocks of code. The code
|
||||
// blocks are parsed and evaluated. Any results are converted to a string, which
|
||||
// is then inserted into the output string, replacing the code and braces.
|
||||
//
|
||||
// example: @INTERPOLATE "text{ @IF (x > y) then:{x} else:{y} }more text "
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@VAR v = "little";
|
||||
|
||||
@SAY (@INTERPOLATE "Mary had a { v } lamb");
|
||||
|
||||
// output: Mary had a litle lamb
|
||||
Loading…
Add table
Add a link
Reference in a new issue