Class LiteralString
Holds a string value and is used by the Compiler to print out literal string text without having quotes in the output.
Info:
- License: MIT
- Author: Richard Voelker
Methods
LiteralString.new (self, s) | Create a new LiteralString. |
Methods
- LiteralString.new (self, s)
-
Create a new LiteralString.
Parameters:
- self LiteralString
- s string The string to output.