Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrredo authored Apr 9, 2023
1 parent 0e47da0 commit 16b4395
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ Interpreter for redo langugae

# Features
### Methods:
print(args...)
println(args...)

- print(args...)
- println(args...)
- printf(format string, args...)
- free(variableKey string)

### Variable declaration
```ts
var key = value
Expand Down

0 comments on commit 16b4395

Please sign in to comment.