Changes between Version 31 and Version 32 of ExpressionSyntax
- Timestamp:
- 2017-09-27 08:43:14 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExpressionSyntax
v31 v32 1 1 [[TOC]][[BackLinksMenu]] 2 = Base Ideas = 2 3 == (1) [wiki:NameSpaces Namespaces] == 3 == = (1.1) [wiki:DataTypes Data Types] ===4 == (1.1) [wiki:DataTypes Data Types] == 4 5 == (2) [wiki:TypeDefinition Types] == 5 6 == (3) [wiki:EnumDefinition Enums] == … … 7 8 == (5) [wiki:SingletonDefinition Singletons] == 8 9 == (6) [wiki:ClassDefinition Classes] == 10 == (6.1) [wiki:FiniteStateMachines Finite State Machines] == 9 11 10 12 = (7) Expression Syntax = … … 81 83 }}} 82 84 83 == = (7.1) [wiki:WhatAboutIdentifiers What about identifiers (Expression Syntax) ?] ===84 == = (7.2) [wiki:CompileTimeTypeChecking Compile Time Type Checking] ===85 85 == (7.1) [wiki:WhatAboutIdentifiers What about identifiers (Expression Syntax) ?] == 86 == (7.2) [wiki:CompileTimeTypeChecking Compile Time Type Checking] == 87 == (8) [wiki:compoundStatementsLlambdas Lambda Statements (Compound Statements)] ==