We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Kimi daro

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

k,m,d,r i,a,o u

THIS IS CONLANG

kimi [num]

output [num]

daro

return input

kiro [num] [num2]

return [num]-[num2]

dami [num] [num2] [var]

jump to line [num] if [var = 0 else jump to [num2]

kamo [text] [num]

make var named [text] sets value to [num] or set var [text] to [num]

dimi

halt

u

like next line in python

EXAMPLES

A + B

kimi kiro daro kiro 0 daro

or

out - in - 0 in

User:Timm