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:
Naked block:
element Forkbomb @_ => .$
Last updated 4 years ago