\ multimethod

Methods

\(x:Any, f:Fun)deprecated Source: stdlib.ngs:1767
Deprecated. Use expr.f() and expr.{ your_code } Call operator. Same as calling f(x)

Example

[1,2,3,4] \ echo
\(name:Str, attributes:Hash, children:Arr)experimental Source: stdlib.ngs:8663
Undocumented

Automatically called by NGS for syntax

\name attr1=val1 attr2=val2 ... [ ... ]