readme a little nicer
This commit is contained in:
parent
0f7077edb7
commit
31944186e1
1 changed files with 4 additions and 3 deletions
|
|
@ -15,9 +15,10 @@ The repl has the following syntax (It's work in progress, new capabilities will
|
||||||
* remove(@x) removes an object using it's assigned index
|
* remove(@x) removes an object using it's assigned index
|
||||||
* method calls:
|
* method calls:
|
||||||
* a = vector(0,0,12,1)
|
* a = vector(0,0,12,1)
|
||||||
|
> > vector@0{x0:1, y0: 2, x:12, y:1}
|
||||||
* a.type()
|
* a.type()
|
||||||
* > > vector
|
> > vector
|
||||||
* property lookup
|
* property lookup
|
||||||
* a.x
|
* a.x+1
|
||||||
* > 12
|
> > 13
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue