Golden ratio/Convergence: Difference between revisions

→‎{{header|M4}}: Note about recursion.
(Added m4.)
(→‎{{header|M4}}: Note about recursion.)
Line 725:
 
M4 is a macro-preprocessor, not a general-purpose programming language. That we can do this much without a lot of trouble is interesting.
 
M4 has recursion but not true loops. It is possible to write macros that look like loops, however. That is not done here.
 
<syntaxhighlight lang="m4">
1,448

edits