summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/fate_v1/computations/references')
-rw-r--r--content/fate_v1/computations/references/_index.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/content/fate_v1/computations/references/_index.md b/content/fate_v1/computations/references/_index.md
deleted file mode 100644
index ba5716a..0000000
--- a/content/fate_v1/computations/references/_index.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: References
----
-### VALUE ACCESS
-{{< fatecode >}}(at [ADDRESS]){{< /fatecode >}}
-
-Returns the variable at `[ADDRESS]`.
-
-### ALLOCATION
-{{< fatecode >}}(new [TYPE]){{< /fatecode >}}
-
-Returns the address of a new variable of type `[TYPE]`. Don't forget to call
-`free` on it once you're done.
-
-### ADDRESS
-{{< fatecode >}}(ptr [COMPUTATION VARIABLE]){{< /fatecode >}}
-
-Returns the address of `[COMPUTATION VARIABLE]`.