flintrocks / flint

The Flint Programming Language for Smart Contracts
MIT License
2 stars 0 forks source link

Parse if let statements #69

Closed Aurel300 closed 5 years ago

Aurel300 commented 6 years ago

TODO

Refer to the proposal.

Code example

(within function context)

if let x: Int = 5 {
  let y: Int = 3 // dummy code
}