fork download
  1. f = @(x)sum(diff(+x));
  2.  
  3. f('Hello World!')
Success #stdin #stdout 0.21s 103360KB
stdin
Standard input is empty
stdout
ans = -39