diff options
| author | mryouse | 2023-05-27 01:08:47 +0000 |
|---|---|---|
| committer | mryouse | 2023-05-27 01:08:47 +0000 |
| commit | 21eff156a3094c82ad85f8d3658fc1ac79c63da1 (patch) | |
| tree | 2b0ec423038b812ba5fc0130f2744bd3a23d7083 /chunk.d | |
| parent | a043f552ddca8d890b14bcddf555472ef69e9014 (diff) | |
multiplication
Diffstat (limited to 'chunk.d')
| -rw-r--r-- | chunk.d | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -187,6 +187,7 @@ enum OpCode { OP_POPB, OP_POP_SCOPE, OP_SUBTRACT, + OP_MULTIPLY, OP_NIL, OP_JUMP, |
