parser/tests/fixtures/0070/ast.txt

17 lines
290 B
Plaintext
Raw Normal View History

[
DoWhile {
condition: Bool {
value: true,
},
body: [
Echo {
values: [
LiteralString {
value: "Hi!",
},
],
},
],
},
]