Add a bit about #f events to the FAQ

This commit is contained in:
Sam Caldwell 2015-09-21 18:31:34 -04:00
parent 2fa909104c
commit 233e536347
1 changed files with 5 additions and 0 deletions

5
FAQ.md
View File

@ -259,3 +259,8 @@
* Can I split a prospect program across multiple files?
- Only one module with `#lang prospect` can be used at a time.
* Why does `#f` keep getting sent as an event?
- When a behavior returns something besides `#f` in response to an event, it is
repeatedly sent `#f` until it does return `#f`.
- Think of it as a way of the network asking "anything else?"