summaryrefslogtreecommitdiff
path: root/Function-Refs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Function-Refs/README.md')
-rw-r--r--Function-Refs/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/Function-Refs/README.md b/Function-Refs/README.md
new file mode 100644
index 0000000..09a6715
--- /dev/null
+++ b/Function-Refs/README.md
@@ -0,0 +1,19 @@
+# Function References
+
+Limbo supports references to functions, similar to closures, but more similar to function pointers.
+
+The example in this section is a derivative of the function reference summary in the [Limbo Addendum](http://www.vitanuova.com/inferno/papers/addendum.pdf).
+
+## Source
+
+###
+
+
+
+## Demo
+
+
+
+## Exercises
+
+- Change the value of `c` to 1, what happens?