Jump to content

Filter: Difference between revisions

(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 1,201:
=={{header|EasyLang}}==
 
<syntaxhighlight lang="text">a[] = [ 1 2 3 4 5 6 7 8 9 ]
a[] = [ 1 2 3 4 5 6 7 8 9 ]
for i range= 1 to len a[]
if a[i] mod 2 = 0
b[] &= a[i]
.
.
print b[]</syntaxhighlight>
</syntaxhighlight>
 
=={{header|EchoLisp}}==
2,064

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.