fork(1) download
  1. @(x)x*[1:10]
  2.  
  3. ans(20)
Success #stdin #stdout 0.22s 103360KB
stdin
Standard input is empty
stdout
ans =

@(x) x * [1:10]

ans =

    20    40    60    80   100   120   140   160   180   200