Cat do end

From Esolang
Jump to navigation Jump to search
CatDo: name of cat

start the cat all code executes in cats

:End

stop the cat can new run ex:

CatDo: fur
:End
CatDo: fur
:End

same cat same remember

meu|text|

prints text

cat = 42

cat remember 42

c.name

get memory from other cats

c.name = 42

cat name remember 42 from cat

=+ =- =/ =* =^

AOperans

== =! => <=

LOperans

safe & unsafe are true & false not"bool" inverts the bool

if 1arg LOp 2arg

do nothing if true else goto 2 next cells

eat

user input

wait food

get input

sleep

end cat sooner

[|hi|,42,"safe"]

is array like bios cant be changed

get 1 from c.name

get array cell 1 from cat name

screen 1,1 to 255

set screen pixel 1,1 to white ca = RedYelGreBluBluMagRedBlaWhi

goto c.name

go to cat name

comment
CatDo: yay
:End
CatDo: wha
#comment
:End
User:Timm