Skip to content

Unindent 'then' on a line by itself#5

Open
idbrii wants to merge 1 commit intoraymond-w-ko:masterfrom
idbrii:lonely-then
Open

Unindent 'then' on a line by itself#5
idbrii wants to merge 1 commit intoraymond-w-ko:masterfrom
idbrii:lonely-then

Conversation

@idbrii
Copy link
Copy Markdown

@idbrii idbrii commented Mar 13, 2022

Unindent a solitary 'then' to separate the if conditions from the if body.

Example:

if true
    and false
then
    print()
end

Add vader test.

Unindent a solitary 'then' to separate the if conditions from the if
body.

Example:

if true
    and false
then
    print()
end

Add vader test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant