Category:Basic constructs
From LiteratePrograms
This category contains articles describing some basic constructs in different languages. At a minimum, these examples should demonstrate:
- Iteration constructs (foreach, while, list comprehension, etc.)
- Conditional constructs (if-then-else, switch, pattern matching, polymorphism, etc.)
- Data types (integer, real, bignum, string, composites, collections, etc.)
- Decomposition (functions, procedures, objects, macros, modules, etc.)
- Syntactic elements (comments, statements, declarations, keywords, operators, etc.)