Description Usage Arguments Value Functions
These functions allow to combine two declarations using addition, substraction, multiplication, or division.
1 2 3 4 5 6 7 | dcl_add(dcl1, dcl2, lhs = dcl_id(dcl1))
dcl_substract(dcl1, dcl2, lhs = dcl_id(dcl1))
dcl_multiply(dcl1, dcl2, lhs = dcl_id(dcl1))
dcl_devide(dcl1, dcl2, lhs = dcl_id(dcl1))
|
dcl1 |
A declaration |
dcl2 |
A declaration |
lhs |
List of expressions for the left-hand side of the resulting declaration |
A declaration
dcl_add
: Addition of the declarations
dcl_substract
: Substraction of the declarations
dcl_multiply
: Multiplications of the declarations
dcl_devide
: Division of the declarations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.