Skip to content

Commit 824237e

Browse files
authored
Update doc.md
1 parent 6970564 commit 824237e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Never gonna give you up, never gonna let you down~
3333
```
3434

3535
## Defining Variable
36+
You can define int, float, string, list/array, set, and tuple.
3637
```
3738
give_u_up a = 10~
3839
give_u_up b = "It is a string"
@@ -41,6 +42,7 @@ give_u_up c = ["This", "is", "an", "array"]
4142
```
4243

4344
## If Statement
45+
Indentation in RickRoll-lang is optional.
4446
```
4547
take_me_to_ur_heart~ # You can add "~" at the end of the statement (it is totally optional)
4648
give_u_up a = 10
@@ -68,7 +70,7 @@ And you will get this on your terminal
6870
## Loop
6971
```
7072
take_me_to_ur_heart
71-
together_forever_we_two # Endless loop
73+
together_forever_and_never_to_part # Endless loop
7274
7375
say_good_bye
7476

0 commit comments

Comments
 (0)