-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlist.yaml
55 lines (55 loc) · 1.2 KB
/
list.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
- title: syntax
items:
- syntax/hello_world
- syntax/extensions
- syntax/block_delimiters
- syntax/statement_terminator
- syntax/import
- syntax/end_of_line_comment
- syntax/block_comment
- title: variable
items:
- variable/assignment
- variable/swap
- title: arithmetic
items:
- arithmetic/power
- arithmetic/square_root
- title: logic
items:
- logic/boolean_type
- title: string
items:
- string/concatenate
- string/convert_case
- string/trim
- string/format
- string/join
- string/split
- title: function
items:
- function/define
- function/invoke
- function/default_argument
- title: control flow statement
items:
- control_flow_statement/if
- title: resizable array
items:
- resizable_array/create
- resizable_array/create_with_values
- title: regular expression
items:
- regular_expression/replace_first
- regular_expression/replace_all
- regular_expression/capturing_group
- title: date
items:
- date/current_unix_time
- title: object-oriented programming
items:
- object/define_class
- object/create_object
- object/invoke_method
- object/subclass
- object/root_class