Closed Aurel300 closed 5 years ago
Refer to the proposal.
Bool
let ...
Tests/ParserTests
Tests/SemanticTests
docs/language-guide.md
(within function context)
if let x: Int = 5 { let y: Int = 3 // dummy code }
TODO
Refer to the proposal.
Bool
expression or alet ...
expression (this check might not have existed before???)Tests/ParserTests
,Tests/SemanticTests
docs/language-guide.md
Code example
(within function context)