Description Usage Arguments Value Author(s) Examples
Create a constant scalar number
1 | .k(x)
|
x |
value of the constant |
Returns a reference object of class 'number'
Filippo Monari
1 2 3 4 5 | modello.init(10, 10, 10, 10)
x = .k(1)
print(x)
print(x$v)
modello.close()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.