thp-web/md/learn/index.yaml

29 lines
494 B
YAML
Raw Normal View History

path: ""
name: ""
has_index: true
children:
- path: index
name: Index
2023-09-15 03:15:35 +00:00
- path: install
name: Install
- path: basics
name: Basics
children:
- path: hello-world
name: Hello, world!
- path: datatypes
name: Datatypes
- path: the-compiler
name: The compiler
- name: Variables
path: variables
- path: io
name: Input & Output
- path: comments
name: Comments
- name: Flow control
path: flow-control
children:
- name: Conditionals
path: conditionals