A `quote` or `symbol` function, or Lisp style `'x` would allow functions of any name, useful for scenarios like: ~~~ function '+(a:integer b:integer):integer {a+b} ~~~ which can then be used where a function is required such as `for`, `map` ...