-
Notifications
You must be signed in to change notification settings - Fork 1
/
map.ako
42 lines (35 loc) · 818 Bytes
/
map.ako
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
/*
Variables
The following are variables that can be used in documentation by appending
double dollar sign before it e.g
@Code
$$website
$$one
@EndCode
*/
[website] (https://simple-lang.sourceforge.io)
[FTextEditor] (/modules/fultick/)
[one]"11111111111111111111"
[two] "this is a documenting project in double quote"
[three] 'this is in single quote'
/*
Groups
Groups holds more than one variable that can be accessed by appending the @
symbol before the group name follow by space then the variable e.group
@Code
@Link blog
@Link contribute
@Link source
@EndCode
*/
[Link] {
[blog](https://blog.com)
[five]"5555555555555"
/*
This should be omitted for sure
[doc](a doc really)
[rick](definitely not morty)
*/
[six] (66666666666666666666666666)
}
[four](number is four)