Repeat: Difference between revisions

47 bytes added ,  12 days ago
m
(→‎{{header|Chapel}}: added chapel solution)
 
Line 710:
</syntaxhighlight>
 
Example of passing function which takes arguments. Chapel does not allow functions with generic arguments to be passed. First-class functions are still in seeminglydevelopment: underhttps://chapel-documentated statelang.org/docs/technotes/firstClassProcedures.html
 
<syntaxhighlight lang="chapel">
config const n = 5;
6

edits