-
-
Notifications
You must be signed in to change notification settings - Fork 4
literal
pannous edited this page Nov 14, 2020
·
1 revision
The literal type keyword forces uninterpreted reading of each char when parsing. It is the strongest form of a quote, near identical to the contents of a double quoted string.
example signature:
import literal package = ...
The difference to
import string package = ...
is that the string needs to be double quoted and can be provided via reference