14 lines
No EOL
293 B
Text
14 lines
No EOL
293 B
Text
// concrete:
|
|
// | File
|
|
// | ExpressionStatement
|
|
// | BinaryExpression
|
|
// | LiteralExpression
|
|
// | String:'"\"Hello \""'
|
|
// | Plus:'"+"'
|
|
// | LiteralExpression
|
|
// | String:'"'world!'"'
|
|
// | Semicolon:'";"'
|
|
//
|
|
"Hello " + 'world!';
|
|
|
|
// type: 261 string |