Template:BrianTannerTest

From Organic Design wiki
Revision as of 03:26, 2 July 2009 by Btanner (talk | contribs) (Created page with 'The following is Bash Syntax IN A TEMPLATE (varvalue should be filled in) <bash> #this is a comment echo ${{{VarValue}}}; #another comment {{{VarValue}}} </bash> Out of bash: {{...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The following is Bash Syntax IN A TEMPLATE (varvalue should be filled in) <bash>

  1. this is a comment

echo ${{{VarValue}}};

  1. another comment

{{{VarValue}}} </bash>

Out of bash: {{{VarValue}}}