Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluoaaa committed Mar 10, 2020
1 parent 126fc80 commit a31a197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,15 +9,15 @@ now support:
* define variables
* simple expression

`
```js
let a;

let b;

a = 5+60*7+11;

b = 8+a*2;
`
```

# future support:
* if statement
Expand Down

0 comments on commit a31a197

Please sign in to comment.