shithub: limbobyexample

ref: cd8fd72bbb8de47f88390db0f13add61da2c90a1
dir: /Function-Refs/README.md/

View raw version
# 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?