[*m] Math Stream:
- +fun/+function
- +graph
- +cal/+calculate
- +set
- m* / ~~~*
Quick Example:
/# Store value of 41 in int name
;#*v|+store|_int|name|n#41|_ret|v*
/# Add +1 to int name
*m
+cal
_int
name
+
n#1
_ret
m*
/# Output int name
;#*i|+output|_var|_int|name|_ret|i*
/#output will be 42