Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A12 Feature: Create If statements #20

Merged
merged 4 commits into from
Aug 17, 2022
Merged

A12 Feature: Create If statements #20

merged 4 commits into from
Aug 17, 2022

Conversation

Ph0enixKM
Copy link
Member

Create if statement and if chain.

If statement

if cond {
  // code
} else {
 // code
}

If chain

if {
  cond1 {
    // code
  }
  cond2 {
    // code
  }
  // ...
  else {
    // code
  }
}

@Ph0enixKM Ph0enixKM merged commit 85ae3a2 into master Aug 17, 2022
@Ph0enixKM Ph0enixKM deleted the A12 branch August 17, 2022 14:50
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.

None yet

1 participant