16-debugging
Source: examples/16-debugging.metta
Imports
This module has no imports.
Symbols
| Symbol | Kind | Type |
|---|---|---|
countdown | function | (-> Number Number) |
stop-at-two | function | (-> Number Atom) |
Functions
countdown
Kind: function
metta
(: countdown (-> Number Number))Source: examples/16-debugging.metta:18
stop-at-two
Kind: function
metta
(: stop-at-two (-> Number Atom))Source: examples/16-debugging.metta:22