text = '\n\nLet us change our traditional attitude to the construction of programs:\n  Instead of imagining that our main task is to instruct a computer what to do,\n  let us concentrate rather on explaining to human beings what we want a computer to do.\n\n     - Donald Knuth 1992\n\n';
fprintf(text);

Let us change our traditional attitude to the construction of programs:
  Instead of imagining that our main task is to instruct a computer what to do,
  let us concentrate rather on explaining to human beings what we want a computer to do.

     - Donald Knuth 1992