HaxeFoundation / HaxeFoundation/haxe.org-comments
[code.haxe.org] Principles - Everything is an expression
Open
- Dominant language
- No language data
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
# Everything is an expression - Principles - Haxe programming language cookbook
Many programming languages split code into two kinds of elements: statements and expressions. Statements perform some action (e.g. if/else) and expressions return values (e.g. a + b).
[https://code.haxe.org/category/principles/everything-is-an-expression.html](https://code.haxe.org/category/principles/everything-is-an-expression.html)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.