Pseudocode Pseudocode
  • Home
  • Course
  • Examples
  • Reference
  • GitHub
Course Progress 0 / 18 lessons

Getting Started

1 Hello World
2 Variables
3 Data Types
4 Operators

Control Flow

5 If Statements
6 For Loops
7 While Loops
8 Pattern Matching

Functions

9 Defining Functions
10 Parameters & Return
11 Closures
12 Higher-Order

Data Structures

13 Arrays
14 Dictionaries
15 Classes & OOP

Advanced

16 File I/O
17 HTTP & JSON
18 Functional Style