Preformatert tekst

Programkode (skrevet som preformatert tekst):

  for k=1:100
      x(k)=x(k-1)+1;
  end

Vanlig tekst igjen (ikke preformatert).