Below I've pasted the syntax from Processing's Reference libraries to outline the basics of the code:
Obviously extremely straight-forward, but allows for great complexity if needed.if(expression) { statements } else { statements } if(expression) { statements } else if(expression) { statements } else { statements }
No comments:
Post a Comment