-- A while loop testvar = 10; while (testvar < 100) do -- Do something here testvar = testvar + 1; end