Programming Fundamental

Plan your life and the next important steps and goals to proceed with a happy life

Jetzt loslegen. Gratis!
oder registrieren mit Ihrer E-Mail-Adresse
Programming Fundamental von Mind Map: Programming Fundamental

1. Variables

1.1. การนำมาใช้

1.1.1. ประกาศ

1.1.2. กำหนด

1.1.3. เรียกใช้

1.2. ประเภทของตัวแปร

1.2.1. User defined variables

1.2.2. System variables

1.2.3. Local variables

1.2.4. Global variables

2. Basic drawing

2.1. line()

2.2. ellipse()

2.3. triangle()

2.4. rect()

2.5. quad()

2.6. arc()

3. Function

3.1. User defined function

3.2. System function

3.3. Function without parameter

3.4. Function with parameters