var val = 0; do { val++; Sys.println(val); } while( val % 6 != 0);