Skip to content

replace if true {...} with {...} #81

@vks

Description

@vks

Currently the examples use

if true {
...
}

to create a new scope. Maybe it is better to use

{
...
}

instead?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions