We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b52fd commit 73ad479Copy full SHA for 73ad479
README.md
@@ -46,7 +46,7 @@ $ make compile_run
46
47
### Arithmetic
48
49
-| Name | Signature | Description |
50
-| --- | --- | --- |
51
-| `+` | `[a: int] [b: int] -- [a + b: int]` | sums up two elements on the top of the stack. |
52
-| `-` | `[a: int] [b: int] -- [a - b: int]` | subtracts two elements on the top of the stack |
+| Name | Signature | Description |
+| --- | --- | --- |
+| `+` | `[a: int] [b: int] -- [a + b: int]` | sums up two elements on the top of the stack. |
+| `-` | `[a: int] [b: int] -- [a - b: int]` | subtracts two elements on the top of the stack . |
0 commit comments