addition to readme
This commit is contained in:
parent
2bc0f68779
commit
686a4ebeb7
1 changed files with 5 additions and 1 deletions
|
|
@ -37,5 +37,9 @@ The repl has the following syntax (It's work in progress, new capabilities will
|
|||
b = vector(-1, 1)
|
||||
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()
|
||||
Loading…
Add table
Reference in a new issue