BBL - Basic syntax
B.2. The Function

The second format can be broken down into four components:

Take a familar function, the sin of x. Forcing it into the above format, sin(x) becomes:
(SIN x)
Or a less familiar function (but one you'll use far more often):
(LENGTH-OF all4312)
Try them!


Back to Table of Contents         Continue