Skip to content
dainiuskreivenas edited this page Oct 29, 2019 · 2 revisions

Fact

Facts are constructed in the following syntax:

'("{name}",{properties})'

  • {name} - is the name of the fact group
  • {properties} - is a tuple (e.g. ("banana",0) )

Example

narc.addFact("Fruit", ("banana", 0))

Clone this wiki locally