Function that returns the size of the indicated variable.
Syntax |
i32 sizeof (real arg) |
---|---|
arg |
Variable whose size you want to know |
Result |
Returns the size of var |
Validity |
Rule, Task |
Note |
var cannot be of type sr or nvsr |
Example of use:
|