Partial function application: Difference between revisions

m
grammar
(→‎{{header|Factor}}: fixed a mistake in the output code)
m (grammar)
Line 1,679:
 
=={{header|Phix}}==
Phix does not explicitly support this, but you can easily emulate it with routine_id<br>
<lang Phix>function fs(integer rid, sequence s)
for i=1 to length(s) do
7,815

edits