Ackermann function: Difference between revisions

(Add MACRO-11)
Line 4,972:
{{ works with|jq|1.4}}
'''Also works with gojq, the Go implementation of jq.'''
 
Except for a minor tweak to the line using string interpolation, the following have also been tested using jaq, the Rust implementation of jq, as of April 13, 2023.
 
For infinite-precision integer arithmetic, use gojq or fq.
Line 5,045 ⟶ 5,047:
</syntaxhighlight>
'''Examples:'''
<syntaxhighlight lang="jq">A(4,;1)</syntaxhighlight>
{{out}}
<syntaxhighlight lang="sh">65533</syntaxhighlight>
2,472

edits