diff options
| author | henesy <henesy.dev@gmail.com> | 2019-03-11 22:02:20 -0500 |
|---|---|---|
| committer | henesy <henesy.dev@gmail.com> | 2019-03-11 22:02:20 -0500 |
| commit | cd8fd72bbb8de47f88390db0f13add61da2c90a1 (patch) | |
| tree | 860cda9d6f9114ffe0f02f35f323cd714e1d0af7 /Function-Refs/README.md | |
| parent | 148a5002cd169e3d3e2142b59e2012a273e52071 (diff) | |
add beginning of function references example
Diffstat (limited to 'Function-Refs/README.md')
| -rw-r--r-- | Function-Refs/README.md | 19 |
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? |
