Closed pyAndr3w closed 11 months ago
Plugin currently doesn't support multiline asm functions using triple quotes (""""). Example:
slice hello_world() asm """ "Hello" " " "World" $+ $+ $>s PUSHSLICE """;
Docs
At the moment it looks like this.
Support for multiline strings coming soon in version 2.0
Plugin currently doesn't support multiline asm functions using triple quotes (""""). Example:
Docs