Content deleted Content added
m →Expression reduction: operator overloading: <source lang="ada"> |
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 ==
|