Adeline evaluates APL code preceeded by dyalog) - the prefix.
Examples:
List first 5 natural numbers: dyalog) βββ³5
Placing code in blocks allows for comments (as seen above). And for many statements to be evaluated at once.
E.g: If X dyalog) ββ'Hello, '
otherwise Y: dyalog) ββ' World!'