# The `--print` command:

--print expression                          Evaluate and print an expression.

Evaluate the expression and show the result.  The expression is a model

# Examples:

   # Show the symmetric part of the hky85 matrix
   bali-phy -p hky85_sym -A DNA

   # Generate 10 i.i.d. random variables from a normal distribution.
   bali-phy -p '~iid(10,normal(0,1))'

