fork(1) download
  1. m = 5000
  2.  
  3. function y = f(x)
  4.  
  5. m = 1000
  6.  
  7. end
  8.  
  9. m
Success #stdin #stdout #stderr 0.42s 403520KB
stdin
Standard input is empty
stdout
m =  5000
m =  5000

stderr
warning: function name 'f' does not agree with function file name ''