addition to readme

This commit is contained in:
Sander Hautvast 2021-03-04 21:32:01 +01:00
parent 2bc0f68779
commit 686a4ebeb7

View file

@ -37,5 +37,9 @@ The repl has the following syntax (It's work in progress, new capabilities will
b = vector(-1, 1) b = vector(-1, 1)
c = "a+b" c = "a+b"
``` ```
* and press enter. Then using the mouse pointer move a or b. * and press enter. Then using the mouse pointer move a or b. Or try:
```
a=2*a
```
this updates vector ```a``` to twice it's size. And, because ```c``` is defined lazily, it is updated as well!
* or type help() * or type help()