RosettaCodeData/Task/Call-a-function/Factor/call-a-function-9.factor

3 lines
43 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
{ 1 2 3 } 2 [ - ] curry map .
! { -1 0 1 }