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.

Coffee is the answer

From Esolang
Jump to navigation Jump to search

coffee is the answer is an esolang created for this with 3 commands.

commands

create() - creates a string
x.attach(y) - adds y prefixed with a space to x, unless it is the first then there is no prefixed space
console() - outputs a string

example

create(string)
string.attach("what")
string.attach("is")
string.attach("the")
string.attach("best")
string.attach("liquid")
console(string)