☄️
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?

Diagrams

A rule's diagram shows how things are arranged. Let's look at a rule more closely:

@ => _
_    @

Inputs: The @ symbol shows where the atom is. The _ symbol checks for an empty space. In other words, the rule checks if there is an empty space below the atom.

Outputs: The @ symbol shows where to put the atom. The _ symbol shows where to put an empty space. In other words, the rule moves the atom down, leaving an empty space behind.

PreviousRulesNextInputs

Last updated 4 years ago

Was this helpful?