M fs/doc/gr/plane.txt => fs/doc/gr/plane.txt +2 -2
@@ 45,10 45,10 @@ Methods:
:pos! ( x y self -- )
Set current target position.
-:x+ ( n self -- )
+:tx+ ( n self -- )
Increase tx by n, wrapping around if necessary.
-:y+ ( n self -- )
+:ty+ ( n self -- )
Increase ty by n, wrapping around if necessary.
:fill ( width height self -- )
M fs/doc/struct.txt => fs/doc/struct.txt +1 -1
@@ 105,7 105,7 @@ rebound. So, you can rebind structbinds with the word "rebind" (we can't use
All structs have a ":self" method which is a noop, and thus returns a reference
to the associated data. This can be used to get a structbind's data reference:
- data2 :self \ MyData1 is on PS TOS
+ MyData1 :self \ data2 is on PS TOS
## Other field types
M fs/doc/sys/file.txt => fs/doc/sys/file.txt +1 -0
@@ 299,6 299,7 @@ dstfile Structbind to File, defaults to 0
## Path literals
There are 2 words for Path/File shortcuts: p" and f".
+These literals cannot be compiled.
p" foo" is a shortcut for: