A downloadable tool

Copy paste the code below into a thue interpreter

Program::=:::

Input::=_

Output::=`

Add::=+

Sub::=-

Mult::=*

Div::=/

If_Get::=_'

If_True::=1'

If_False::=0'

Not_Get::=_'!

Not_True::=1'!

Not_False::=0'!

Zero::=0

One::=1

Two::=2

Three::=3

Four::=4

Five::=5

Six::=6

Seven::=7

Eight::=8

Nine::=9

Ten::=10

[::={

$::=\

]::=}

Var::=;

 ;::=;

 ~::=~

Val::=~

::=

Program