Noop » History » Version 1
Per Amundsen, 02/14/2014 03:40 AM
| 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 | ;Discard the value we get from $tip. |
||
| 12 | noop $tip(Example, Hello, Hello there) |
||
| 13 | } |
||
| 14 | </pre> |