//Kevin01 //Kevin van Rensubrg //My first NQC Program - taken from the Tutorial. //20 Feb 2003 task main() { OnFwd(OUT_A); OnFwd(OUT_C); Wait(200); OnRev(OUT_A+OUT_C); Wait(200); Off(OUT_A+OUT_C); }