GALiRe
GScript command (break)
Function:
Quits the current loop. i.e. -
while ($a > 1) {
$a++;
if ($a > 5) {break;}}
This does not work outside of GALiRe Script.