// Kevin02 // My second program by Kevin van Rensburg // 20 Feb 2003 // This should make the RCX move forward, turn right and stop. task main() { OnFwd(OUT_A+OUT_C); Wait(100); OnRev(OUT_C); Wait(85); Off(OUT_A+OUT_C); }