Project

General

Profile

Noop » History » Version 2

Per Amundsen, 12/26/2018 08:47 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*/noop*
4
5
Performs no operation, parameters are evaluated as with a normal command.
6
7
*Example*
8
9
<pre>
10
alias noop_example {
11 2 Per Amundsen
  ; Discard the value we get from $tip.
12 1 Per Amundsen
  noop $tip(Example, Hello, Hello there)
13
}
14
</pre>