top of page

Shortening Autonomous programs

    This can reduce your programs by up to 90%. 

​

    As your autonomous programs get longer and longer, more and more code will be repeated.  Field declarations, field assignments, function definitions... the list goes on and on.  Wouldn't it be nice if there was a way to eliminate all that repeat code?  Fortunately, there is!

bottom of page