Skip to content

15-guarded-and-agent-surfaces

Source: examples/15-guarded-and-agent-surfaces.metta

Imports

This module has no imports.

Symbols

SymbolKindType
agent-visiblefunction(agent-visible $x)
doublefunction(-> Number Number)
guarded-sumfunction(-> Number Number)

Functions

agent-visible

Kind: function

metta
(agent-visible $x)

Source: examples/15-guarded-and-agent-surfaces.metta:37

double

Kind: function

metta
(: double (-> Number Number))

Source: examples/15-guarded-and-agent-surfaces.metta:25

guarded-sum

Kind: function

metta
(: guarded-sum (-> Number Number))

Source: examples/15-guarded-and-agent-surfaces.metta:28

Released under the Apache-2.0 License.