Examples

Here are a bunch of examples of O.

Hello World

"Hello, World!"o

Factorial

[j,;]*o

Cat

io

Convert to negabinary

j){n2_bo' o}d

This takes an input and prints from 1 to that numebr in negabinary.

The sum of the cubes of a list from 1 to n

[j,]3^+o

This takes a list from 0 to n (n being the input) and cubes each value, then adds them together.