ELI (programming language): Difference between revisions

Content deleted Content added
Wukefe (talk | contribs)
No edit summary
Wukefe (talk | contribs)
Modified the description of the last example.
Line 64:
1 3 5 7 9 11 13 15 17 19
</pre>
The <code>x</code> is assigned with a vector from 1 to 20. <code>1 = 2|x</code> returns odd number <code>True</code> and even number <code>False</code>. The <code>/</code> is a primitive function for reductioncompression that canwhich '''pickpicks up''' the value in <code>x</code> basedcorresponding onto the <code>True</code> valuevalues in its left argument.
 
==References==