Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
01 ptr USAGE POINTER TO Some-Type.
|
||||
01 prog-ptr USAGE PROGRAM-POINTER "some-program". *> TO is optional
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
ALLOCATE heap-item RETURNING ptr
|
||||
...
|
||||
FREE ptr
|
||||
|
|
@ -0,0 +1 @@
|
|||
SET prog-ptr TO ENTRY "some-program"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
SET ptr1 UP BY 10
|
||||
SET ptr2 DOWN BY LENGTH OF foo
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
SET ptr1 TO ptr2 *> ptr1 points to where ptr2 points
|
||||
SET ptr2 TO ADDRESS OF ptr3 *> ptr2 points to ptr3
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
SET ADDRESS OF foo TO ptr
|
||||
MOVE "bar" TO foo
|
||||
|
|
@ -0,0 +1 @@
|
|||
01 obj USAGE OBJECT-REFERENCE "some-object".
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
INVOKE SomeClass "new" RETURNING obj-ref
|
||||
SET another-obj-ref TO obj-ref
|
||||
Loading…
Add table
Add a link
Reference in a new issue