Category:AntLang: Difference between revisions

Content deleted Content added
Line 26:
 
=== Fibonacci sequence ===
<source lang="J">
fib:{<0;1>{x,<+|-2#x>}/range[x]}
</source>
 
== Implementations ==