; File: simple_loop.pro ; Author: Erik Brisson f = 1 for k=1,6 do begin f = k * f print, f endfor end