I cannot seem to find the right syntax for const int in NQC. For example, in trying to synchronize LEFTLEGS and RIGHTLEGS in a 6-leg robot, this piece of code does *not* work: int count; //declare a variable 'count' count = 0; //initialize 'count' (...) (24 years ago, 29-Oct-00, to lugnet.robotics)
|