Declaring protos
Import statements
Instantiable protos
Non-instantiable protos
with math from std:math
var res = math.sqrt(16) //call a function on the proto
var velocity = math.Function("10x²+5x+3") //instantiate an object from the proto
var position = fn.integrate()Manually declaring protos
Protos as variables
Last updated