diff options
| author | Cristobal Sciutto <cristobal.sciutto@gmail.com> | 2023-10-27 21:54:10 +0000 |
|---|---|---|
| committer | Cristobal Sciutto <cristobal.sciutto@gmail.com> | 2023-10-27 21:54:10 +0000 |
| commit | e92b0920b8f9523d89779edbab563ac076b60387 (patch) | |
| tree | dcecc1f21df2b203f61f8b52dd19cbe90da68345 /virtual-programs | |
| parent | no collection for outline (diff) | |
| download | folk-e92b0920b8f9523d89779edbab563ac076b60387.tar.gz folk-e92b0920b8f9523d89779edbab563ac076b60387.zip | |
neighbor callback
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/intersect.folk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/virtual-programs/intersect.folk b/virtual-programs/intersect.folk index 7755acbd..1aea9695 100644 --- a/virtual-programs/intersect.folk +++ b/virtual-programs/intersect.folk @@ -25,4 +25,8 @@ When /someone/ wishes /p/ has neighbors & /p/ has region /r/ & /p2/ has region / #Display::stroke [list [list $b2MaxX $b2MaxY] {500 500}] 3 white #Display::stroke [list [list $b2MinX $b2MinY] [list $b2MaxX $b2MaxY]] 10 blue } -}
\ No newline at end of file +} + +When when /p/ has neighbor /n/ /lambda/ with environment /e/ { + Wish $p has neighbors +} |
