☄️
SpaceTode
  • Introduction
  • Element
  • Properties
  • Data
  • Arguments
  • Rules
  • Diagrams
  • Inputs
  • Outputs
  • Transformations
  • Symmetries
  • Symbols
  • Event Arguments
  • Maybe
  • Point of View
  • Actions
  • Mimic
  • Sub-Elements
  • Blocks
  • Scoping
  • JavaScript
  • Behave
  • Tabs and Spaces
Powered by GitBook
On this page

Was this helpful?

Maybe

The maybe keyword specifies the chance of rules happening:

maybe(1/2) {
    @ => _
    _    @
}

The above rule only happens 50% of the time.

PreviousEvent ArgumentsNextPoint of View

Last updated 4 years ago

Was this helpful?