Hygiene in templates Hygiene in templates Per default templates are hygienic: Local identifiers declared in a template cannot be accessed in the instantiation context: templa...
Parameter substitution Examples Opening a connection to a database Creating a table Inserting data Larger example Imports Types Procs Iterators Exports Note: In order ...
Reference and pointer types Reference and pointer types References (similar to pointers in other programming languages) are a way to introduce many-to-one relationships. This m...