====== Control Statements ====== Following set of control statements provides users the flexibility to write the complex scripts in Gnucap and control the execution sequence with much ease. TODO: find/reference these plugins. ====== Conditionals ====== [[if else statement]] ======Loops ====== [[repeat statement]] [[while statement]] [[dowhile statement]] [[foreach statement]]