_Added in 1.9.0_ */noop* Performs no operation, parameters are evaluated as with a normal command. *Example*
alias noop_example {
  ; Discard the value we get from $tip.
  noop $tip(Example, Hello, Hello there)
}