The comment control code inserts comments in the algorithm field.
$a = rand(-20, 20);
comment: Make sure that $a is not zero before
comment: dividing by it...
condition: not(eq($a, 0));
$b = 1/$a;