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

Blocks

When you write SpaceTode, you write blocks of code. There are three ways to write a block.

Multi-line block:

element Forkbomb {
    @_ => .$
}

Single-line block:

element Forkbomb { @_ => .$ }

Naked block:

element Forkbomb @_ => .$

PreviousSub-ElementsNextScoping

Last updated 4 years ago

Was this helpful?