fork download
  1. CurrentYear = 2016;
  2. fprintf('COME ON! IT'S %d', CurrentYear);
Success #stdin #stdout #stderr 0.21s 103360KB
stdin
Standard input is empty
stdout

	
stderr
parse error:

  syntax error

>>> fprintf('COME ON! IT'S %d', CurrentYear);
                         ^