Content deleted Content added
→top: Added details on how the Scheme programming language uses ellipsis in its macro system. Tags: Mobile edit Mobile app edit Android app edit App full source |
m →Scheme: Added reference title Tags: Mobile edit Mobile app edit Android app edit App section source |
||
Line 109:
</syntaxhighlight>
SRFI 46<ref>{{Cite web |url=https://srfi.schemers.org/srfi-46/srfi-46.html |title=SRFI 46}}</ref> was proposed to extend <code>syntax-rules</code> to allow the user to specify an ellipsis identifier. This is useful for disambiguating when ellipsis are use in nested macro definitions. This feature was later included in R7RS.
== Multiple dimensions ==
|