<-- -->
 

The pa function

The Cybil composition language
Cybil general syntax
Algorithms sq - li - lo - ma - gr
Functions ran - pik - pa - co
Operations
Examples of Cybil command lines



The pa function

{pa number}
pa is for parameter transfer. pa will copy a value from another previously defined parameter. The source parameter must already exist. Functions have no duration and can only be used inside an algorith or as an operand.

number can only be a parameter reference.

 

{pa 2} 
{pa 5}