Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grapesrc authored Apr 25, 2021
1 parent b6b9556 commit a36bd46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ print>"Hello,world!";
```
### if
```
if 1=1{print>"Hello,world!";}
if,1=1{print>"Hello,world!";}
```
```
if 1<2{print>"Hello,wold!";}
if,1<2{print>"Hello,wold!";}
```
### loop
```
Expand Down

0 comments on commit a36bd46

Please sign in to comment.