Escher (programming language): Difference between revisions

Content deleted Content added
origin of name, taken from external reference
m change source to syntaxhighlight
Line 23:
 
==Examples==
<sourcesyntaxhighlight lang=text>
MODULE Lambda.
CONSTRUCT Person/0.
Line 46:
(r = LAMBDA [u] (SOME [z] (r1(Fst(u),z) & r2(z,Snd(u)))) &
PrimitiveRel(r1) & PrimitiveRel(r2))).
</syntaxhighlight>
</source>
 
==References==