f = @(x)eval([x x 42 x])f('12')
Standard input is empty
f = @(x) eval ([x, x, 42, x]) ans = 14544
warning: implicit conversion from numeric to char warning: called from at line -1 column -1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!