Hello, I would like to be able to call a specific parameter in either (ideally) a case-insensitive way, or (failing that) with an alias.
In other words, <<param>>
, <<Param>>
or <<PARAM>>
should call all call the same parameter.
How can I go about achieving this?