Text Values
Text values are one of the core language value types.
text_value ::= text
The EBNF syntax and accompanying rules for the text
symbol are described in chapter Text.
[main]
value: "おはようございます!"
Features
Feature |
Coverage |
---|---|
core |
Text values are part of the core language. |
Errors
Error Code |
Causes |
---|---|
All errors related to text (see Text). |