readme a little nicer

This commit is contained in:
Sander Hautvast 2021-02-12 18:29:23 +01:00
parent 0f7077edb7
commit 31944186e1

View file

@ -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