Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
v3:start [2023/09/10 09:31] – [Language characteristics] neilsv3:start [2023/09/10 09:31] (current) – [Language characteristics] neils
Line 21: Line 21:
  
   * Statically typed - [[v3:datatypes|7 data types]] for different purposes.   * Statically typed - [[v3:datatypes|7 data types]] for different purposes.
-  * Advanced [[v3:flowcontrol|control flow statements]]+  * Advanced [[v3:flowcontrol|control flow statements]].
   * Local, global and shared [[v3:variables#variable_scope|scopes]].   * Local, global and shared [[v3:variables#variable_scope|scopes]].
   * Static or recursive [[v3:subroutines|subroutines and functions]], forward declaration, overloading, etc.   * Static or recursive [[v3:subroutines|subroutines and functions]], forward declaration, overloading, etc.