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

Data

Atoms can carry data. Use the data keyword to shows what data the atom holds, and its default value.

element Sand {
    data isWet false
    data temperature 15
}
PreviousPropertiesNextArguments

Last updated 4 years ago

Was this helpful?