Function Reference

Test and Demo Functions

Test Functions

test
Perform tests from the first file in the loadpath matching NAME.
assert
Produces an error if the condition is not met.
fail
Return true if CODE fails with an error message matching PATTERN, otherwise produce an error.

Demonstration Functions

demo
Runs any examples associated with the function 'NAME'.
example
Display the code for example N associated with the function 'NAME', but do not run it.
speed
Determine the execution time of an expression for various N.