fork download
  1. f = @(x)eval([x x 42 x])
  2. f('12')
Success #stdin #stdout #stderr 0.53s 121792KB
stdin
Standard input is empty
stdout
f =

@(x) eval ([x, x, 42, x])

ans =  14544

stderr
warning: implicit conversion from numeric to char
warning: called from
     at line -1 column -1