File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ Simple programming language
4
4
Windows(https://github.com/NikkyHika/Programming-Language-Language/releases/tag/v1.0.2 )
5
5
6
6
# Cheat sheets
7
- Variable types
8
- ` number ` - int from C/C++.\n
9
- ` text ` - string from C++.\n
7
+ ## Variable types
8
+ ` number ` - int from C/C++.
9
+ ` text ` - string from C++.
10
10
` symbol ` - char from C/C++.
11
11
` list<vartype> ` - list from C/C++.
12
12
` point_number ` - float from C/C++.
13
13
14
- Functions
14
+ ## Functions
15
15
` display text/number/symbol/point_number; ` - displays text on the screen.
16
16
` ask(); ` - get response from user, returns ` text ` .
17
17
` fileGetContents(text filename); ` - get content from file, returns ` text ` .
@@ -26,7 +26,7 @@ Functions
26
26
` cmdCommand(text command); ` - execute command line command.
27
27
` textToNum(text); ` - converts ` text ` to ` number ` .
28
28
29
- The rest that is not here
29
+ ## The rest that is not here
30
30
` loop ` - this creates a ` while ` loop.
31
31
` begin ` - opens a code block for a function/class/loop like ` { ` .
32
32
` end ` - closes a code block for a function/class/loop like ` } ` .
You can’t perform that action at this time.
0 commit comments