Operators
<5:1> block-bit access operator .. conditional parameter operator :: namespace operator/record access operator ^x dereference with null check, throw error on nullcheck ^() dereference without null check func(x,y) --> (5,6); anonymous func access operator addrof(x) address of operator typecheck() typechecking operator which will invoke compiler's typechecking typeof() : iterator operator %+ cyclic-overflow addition %- %/ %* %% + - / * % < > <= += -= >= |> record/variant member access operator => security/crypto access operator/pattern matching operator , example @encode key from aes.encode_cipher(value) key=>protected_variable ...