71 lines
1.3 KiB
YAML
71 lines
1.3 KiB
YAML
path: ""
|
|
name: ""
|
|
has_index: true
|
|
children:
|
|
- path: index
|
|
name: Index
|
|
- path: install
|
|
name: Install
|
|
- path: basics
|
|
name: Basics
|
|
children:
|
|
- path: hello-world
|
|
name: Hello, world!
|
|
- name: Variables
|
|
path: variables
|
|
- path: datatypes
|
|
name: Datatypes
|
|
- path: comments
|
|
name: Comments
|
|
- name: Flow control
|
|
path: flow-control
|
|
children:
|
|
- name: Conditionals
|
|
path: conditionals
|
|
- name: Loops
|
|
path: loops
|
|
- name: Match
|
|
path: match
|
|
- name: Data structures
|
|
path: data-structures
|
|
children:
|
|
- name: Tuples
|
|
path: tuples
|
|
- name: Arrays
|
|
path: arrays
|
|
- name: Maps
|
|
path: maps
|
|
- name: Enums
|
|
path: enums
|
|
- name: Functions
|
|
path: functions
|
|
children:
|
|
- name: Declaration
|
|
path: declaration
|
|
- name: Parameter references
|
|
path: parameters
|
|
- name: Higher-order functions
|
|
path: higher-order
|
|
- name: Lambdas
|
|
path: lambdas
|
|
- name: Error handling
|
|
path: error-handling
|
|
children:
|
|
- name: Nullable types
|
|
path: "null"
|
|
- name: Try expressions
|
|
path: try
|
|
- name: Classes
|
|
path: classes
|
|
children:
|
|
- name: Definition
|
|
path: definition
|
|
- name: Static
|
|
path: static
|
|
- name: Interfaces
|
|
path: interfaces
|
|
- name: Anonymous classes
|
|
path: anonymous
|
|
- name: Magic
|
|
path: magic
|