This module contains two routines - one general function for creating Erlang terms and one for pattern matching Erlang terms.
This is a general function for creating Erlang terms using
a format specifier and a corresponding set of arguments, much
in the way
~i - Integer
~f - Floating point
~a - Atom
~s - String
~w - Arbitrary Erlang term
For each format specifier that appears in
This will create an
The function returns an Erlang term, or NULL if
This function is used to perform pattern matching similar to that done in Erlang. Refer to an Erlang manual for matching rules and more examples.
If