✨
This commit is contained in:
10
tests/03_math.plthy
Normal file
10
tests/03_math.plthy
Normal file
@ -0,0 +1,10 @@
|
||||
hello|
|
||||
$1 -> x|
|
||||
$2 -> y|
|
||||
$5 -> z|
|
||||
$variable x+variable y -> z| // 3
|
||||
$5-variable z -> z| // 2
|
||||
$2*variable z -> x| // 4
|
||||
$variable x/variable y -> y| // 2
|
||||
do print<variable x;variable y;variable z;>|
|
||||
goodbye|
|
Reference in New Issue
Block a user