@@ -24,6 +24,9 @@ description = "addition -> errors if there is nothing on the stack"
24
24
[06efb9a4-817a-435e-b509-06166993c1b8 ]
25
25
description = " addition -> errors if there is only one value on the stack"
26
26
27
+ [1e07a098-c5fa-4c66-97b2-3c81205dbc2f ]
28
+ description = " addition -> more than two values on the stack"
29
+
27
30
[09687c99-7bbc-44af-8526-e402f997ccbf ]
28
31
description = " subtraction -> can subtract two numbers"
29
32
@@ -33,6 +36,9 @@ description = "subtraction -> errors if there is nothing on the stack"
33
36
[b3cee1b2-9159-418a-b00d-a1bb3765c23b ]
34
37
description = " subtraction -> errors if there is only one value on the stack"
35
38
39
+ [2c8cc5ed-da97-4cb1-8b98-fa7b526644f4 ]
40
+ description = " subtraction -> more than two values on the stack"
41
+
36
42
[5df0ceb5-922e-401f-974d-8287427dbf21 ]
37
43
description = " multiplication -> can multiply two numbers"
38
44
@@ -42,6 +48,9 @@ description = "multiplication -> errors if there is nothing on the stack"
42
48
[8ba4b432-9f94-41e0-8fae-3b3712bd51b3 ]
43
49
description = " multiplication -> errors if there is only one value on the stack"
44
50
51
+ [5cd085b5-deb1-43cc-9c17-6b1c38bc9970 ]
52
+ description = " multiplication -> more than two values on the stack"
53
+
45
54
[e74c2204-b057-4cff-9aa9-31c7c97a93f5 ]
46
55
description = " division -> can divide two numbers"
47
56
@@ -57,12 +66,21 @@ description = "division -> errors if there is nothing on the stack"
57
66
[d5547f43-c2ff-4d5c-9cb0-2a4f6684c20d ]
58
67
description = " division -> errors if there is only one value on the stack"
59
68
69
+ [f224f3e0-b6b6-4864-81de-9769ecefa03f ]
70
+ description = " division -> more than two values on the stack"
71
+
60
72
[ee28d729-6692-4a30-b9be-0d830c52a68c ]
61
73
description = " combined arithmetic -> addition and subtraction"
62
74
63
75
[40b197da-fa4b-4aca-a50b-f000d19422c1 ]
64
76
description = " combined arithmetic -> multiplication and division"
65
77
78
+ [f749b540-53aa-458e-87ec-a70797eddbcb ]
79
+ description = " combined arithmetic -> multiplication and addition"
80
+
81
+ [c8e5a4c2-f9bf-4805-9a35-3c3314e4989a ]
82
+ description = " combined arithmetic -> addition and multiplication"
83
+
66
84
[c5758235-6eef-4bf6-ab62-c878e50b9957 ]
67
85
description = " dup -> copies a value on the stack"
68
86
0 commit comments