XL (programming language): Difference between revisions

Content deleted Content added
m Semantics: <source lang="ada">
Line 194:
 
This mechanism is used to implement standard notations:
<source lang="ada">
 
if true then TrueBody else FalseBody -> TrueBody
if false then TrueBody else FalseBody -> FalseBody
</source>
 
The [[XL Programming Language]] uses a programming approach focusing on how ''concepts'', that live in the programmer's mind, translate into ''representations'' that are found in the [[machine code|code]] space.
 
== Pseudo-metrics ==