Contents Menu Expand Light mode Dark mode Auto light/dark mode
Vala Tutorial
Vala Tutorial
  • 1. Introudction
  • 2. Getting Started
    • 2.1. Installation
    • 2.2. Hello World
    • 2.3. Basic Debugging
  • 3. Data Types and Control Structures
    • 3.1. Variables
    • 3.2. Numbers
    • 3.3. Booleans and if-statements
    • 3.4. Enums and Switch Statements
    • 3.5. Loops
  • 4. Parrot Program
    • 4.1. Entering your phrase
    • 4.2. Cycle through names
  • 5. Methods
    • 5.1. Introducing methods
    • 5.2. Main method