Cell Tail - A esoteric 1d-automata based programing language

Code

Input


Output



        

Quick Reference

from_left,from_top,from_right:to_left,to_bottom,to_right;#comment

Operators

Patterns

Patterns may contain expressions, but any variables must appear alone first.

Functions

Work more like macros

fn name argument: value;

Functions may not call other functions. Use name argument to call a function.

Options

Full Specification