Skip to main content

Variables

Similar to python, variables do not require specific types and can be declared as follows:

import lib

res_value = 10k
at res(res_value)

12R110k

Numeric type

Besides integers and floating numbers, specify numeric values using the following multiplers:

MultiplerValueExample
ppico10p
nnano10n
umicro10u
mmili10m
kkilo10k
Mmega10M

Math operations

The usual math operations are supported: addition, subtraction, multiplication and division.