Partial function application: Difference between revisions

Line 1,426:
 
=={{header|Phix}}==
Phix does not explicitly support curryingthis, 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,820

edits