This commit is contained in:
2024-02-21 14:01:22 +01:00
parent e8dfb94860
commit b6949f6a73
22 changed files with 88 additions and 43 deletions

View File

@ -1,10 +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
set 1 -> x|
set 2 -> y|
set 5 -> z|
set variable x+variable y -> z| // 3
set 5-variable z -> z| // 2
set 2*variable z -> x| // 4
set variable x/variable y -> y| // 2
do print<variable x;variable y;variable z;>|
goodbye|