Skip to content

Commit

Permalink
Merge pull request #93 from BarRaiders/Changes-3
Browse files Browse the repository at this point in the history
Changes 3
  • Loading branch information
Geeekie authored Dec 28, 2024
2 parents 83c6cea + 1edd026 commit a081f72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/faqs/supermacro/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ description: Looking for ideas on how to use the SuperMacro plugin? Find macro e
<details>
<summary>Add comments in the code using {{ "`{{//}}`" }} command</summary>
```
{{ "INPUT:myNumber" }} {{ "//" }} User inputs number.
{{ "FUNC:MUL:MyResult:$myNumber:10" }} {{ "//" }} Multiply number by 10
{{ "OUTPUTTOFILE:MyResult:c:\\temp\\result.txt" }} {{ "//" }} Save result in file
{{ "{{INPUT:myNumber}}" }} {{ "{{//}}" }} User inputs number.
{{ "{{FUNC:MUL:MyResult:$myNumber:10}}" }} {{ "{{//}}" }} Multiply number by 10
{{ "{{OUTPUTTOFILE:MyResult:c:\\temp\\result.txt}}" }} {{ "{{//}}" }} Save result in file
```
</details>

Expand Down

0 comments on commit a081f72

Please sign in to comment.