Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Support switch statement #43

Open
AlekSi opened this issue Nov 4, 2018 · 0 comments
Open

Support switch statement #43

AlekSi opened this issue Nov 4, 2018 · 0 comments
Labels
feature New feature or improvement help wanted Small and self-contained issues for new contributors

Comments

@AlekSi
Copy link
Member

AlekSi commented Nov 4, 2018

switch {
case m3 && m5:
	println("FizzBuzz")
case m3:
	println("Fizz")
case m5:
	println("Buzz")
default:
	println(i)
}
@AlekSi AlekSi added help wanted Small and self-contained issues for new contributors feature New feature or improvement labels Nov 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or improvement help wanted Small and self-contained issues for new contributors
Projects
None yet
Development

No branches or pull requests

1 participant