From cd8fd72bbb8de47f88390db0f13add61da2c90a1 Mon Sep 17 00:00:00 2001 From: henesy Date: Mon, 11 Mar 2019 22:02:20 -0500 Subject: add beginning of function references example --- Function-Refs/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Function-Refs/README.md (limited to 'Function-Refs/README.md') 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? -- cgit v1.2.3