This module contains two routines: one general function for creating Erlang terms and one for pattern matching Erlang terms.
A general function for creating Erlang terms using
a format specifier and a corresponding set of arguments, much
in the way
For each format specifier included in
This creates an
The function returns an Erlang term, or
This function is used to perform pattern matching similar
to that done in Erlang. For matching rules and more examples, see
section
If