Skip to content

Commit 03781a9

Browse files
authored
Update README.md
1 parent 211d12d commit 03781a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Simple programming language
44
Windows(https://github.com/NikkyHika/Programming-Language-Language/releases/tag/v1.0.2)
55

66
# 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++.
1010
`symbol` - char from C/C++.
1111
`list<vartype>` - list from C/C++.
1212
`point_number` - float from C/C++.
1313

14-
Functions
14+
##Functions
1515
`display text/number/symbol/point_number;` - displays text on the screen.
1616
`ask();` - get response from user, returns `text`.
1717
`fileGetContents(text filename);` - get content from file, returns `text`.
@@ -26,7 +26,7 @@ Functions
2626
`cmdCommand(text command);` - execute command line command.
2727
`textToNum(text);` - converts `text` to `number`.
2828

29-
The rest that is not here
29+
##The rest that is not here
3030
`loop` - this creates a `while` loop.
3131
`begin` - opens a code block for a function/class/loop like `{`.
3232
`end` - closes a code block for a function/class/loop like `}`.

0 commit comments

Comments
 (0)