A B C E H I L M P R T V W X Y

M

main(String[]) - Static method in class logo.Exemple
The main method
myData() - Static method in class logo.Exemple
Write in this method user's data, e.g., using the LectureClavier class (i.e., a class which read instructions from the keyboard)
myProgram() - Method in class logo.Exemple
Write in this method some Logo's instructions, e.g., av(30);td(90);av(30); (by default this method is empty)
myProgram() - Method in class logo.LogoGUI
Should use the Logo language to draw something in the drawing surface

A B C E H I L M P R T V W X Y