Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 613 Bytes

index.rst

File metadata and controls

18 lines (14 loc) · 613 Bytes

Standard Functions

Pan provides a large (and growing) number of standard functions. These are treated as operators by the pan compiler implementation and are thus highly optimized. Consequently, they should be preferred to writing your own user-defined functions when possible. Because they are built into the compiler, the argument processing is different than that for user-defined functions. In particular, some arguments may be evaluated only when necessary and null can be a valid function argument.

.. toctree::
   :maxdepth: 1
   :glob:

   standard-functions*