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 3bcd20a commit 73eab08Copy full SHA for 73eab08
YukimiScript.CodeGen/Bytecode.fs
@@ -81,7 +81,7 @@ let generateBytecode (Intermediate scenes) (target: FileStream) =
81
| String s ->
82
getString s |> int |> (+) 2 |> getBytesLE |> writeBytes code
83
| Symbol s ->
84
- getString s |> int |> (*) (-1) |> (-) 1 |> getBytesLE |> writeBytes code
+ - int (getString s) - 1 |> getBytesLE |> writeBytes code
85
86
code
87
0 commit comments