Prints a literal, exactly as provided. Does not attempt to indent or convert to upper or lower case. Does not add quotation marks. Adds preceding whitespace if necessary.
(String s)
| 343 | * preceding whitespace if necessary. |
| 344 | */ |
| 345 | @Pure |
| 346 | void literal(String s); |
| 347 | |
| 348 | /** |
no outgoing calls