Control Flow (While Loops)
•k=1;
•while k=<10
–-------
–-------
–k=k+1;
•end