forked from ground/ground
11 lines
150 B
Plaintext
11 lines
150 B
Plaintext
stod "3.14" &out
|
|
stdlnout $out
|
|
|
|
stoi "732" &out
|
|
add 1 $out &out
|
|
stdlnout $out
|
|
|
|
tostring 3.14 &out
|
|
add $out " is a number of sorts" &out
|
|
stdlnout $out
|