1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-09-28 03:17:32 +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`
- Printing: `print`
- Condition: `if`
- Loops: `while`
- Math:
- `+` , `add`
- `-` , `sub`