This is invalid syntax:
if true { data modify storage foo:bar baz set value true }
Commands currently require that they be defined at the start of a line, like such:
if true {
data modify storage foo:bar baz set value true
}
This is inconsistent, and should be considered a bug.
This is invalid syntax:
Commands currently require that they be defined at the start of a line, like such:
This is inconsistent, and should be considered a bug.