1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-09-28 07:27:35 +00:00

docs: while

This commit is contained in:
Natapat Samutpong 2022-02-05 11:57:20 +07:00
parent 5f263caf1a
commit 81f982a574

View file

@ -28,6 +28,7 @@ DONE:
- User input: `read` - User input: `read`
- Printing: `print` - Printing: `print`
- Condition: `if` - Condition: `if`
- Loops: `while`
- Math: - Math:
- `+` , `add` - `+` , `add`
- `-` , `sub` - `-` , `sub`