Skip to content

Commit

Permalink
Update doc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherlockcxk authored Jun 30, 2021
1 parent 7f277d2 commit 6970564
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ Never gonna give you up, never gonna let you down~
## Defining Variable
```
give_u_up a = 10~
give_u_up b = "bbc is fn"
give_u_up b = "It is a string"
give_u_up c = ["This", "is", "an", "array"]
```

## If Statement
Expand Down

0 comments on commit 6970564

Please sign in to comment.