Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gravataLonga committed Jul 17, 2022
1 parent 198c252 commit 854c4fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ There are severals builtin functions that you can use:
6. **push** - add item to array
7. **exit** - exit program
8. **args** - get arguments passed to ninja programs
9. **rand** - get random number from 0 to 1 float point
10. **time** - return Unix time, the number of seconds elapsed

```
var a = [1, 2, 3, 4];
Expand Down

0 comments on commit 854c4fb

Please sign in to comment.