<-- -->
 

The operators

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


Operators

+ - / *
The four operators (+, -, /, *) can be used after a command. The operation will apply for the full duration of the command. An operand can only be a Cybil function. A space must separate the operator from the command and the operand. Many operations can be chained.
{sq {ran f .2 .4} 30} * {pa 2} 
{sq {pa 3} 30s} + {co 10}
{ma f 3 4 9 12 90s} / {ran i 2 3}
{gr blueshoes 20} * {pik 2 3 4 5 2 2 2 2}