fork download
  1. @(x,y)[3 2;5 4;6 7;9 8;10 12;11 13](x,y) % define function
  2.  
  3. ans(3,2) % call function
Success #stdin #stdout 0.17s 64960KB
stdin
Standard input is empty
stdout
ans =

@(x, y) [3, 2; 5, 4; 6, 7; 9, 8; 10, 12; 11, 13] (x, y)

ans =  7