Help connecting routines.
lousyshot
Posts: 11
With my Boe Bot I have programmed several smaller routines, call them circle, square, triangle. How do I connect or combine them into one long routine. Be nice and simple, this is very confusing to me.
Comments
Sometimes people make each of this sort of smaller routine into a subroutine and create a main program which calls them in order. Look in the Basic Stamp Syntax and Reference Manual sections on GOSUB and RETURN.