Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeConfluence
languagejavascript
somevar = <<
The average valueof #{a} and #{b} is #{(a+ b)/2}
>>;

The value of somevar would be "The average value of 10 and 20 is 15."