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.

OOOOL

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.

OOOOL is the acronym for "Object-Oriented Output Only Language". It is invented by User:A.

Tutorial

How to define a function

To define a function, you make it like this:

FUNC:
(do someting)

How to define a class

To define a class, you make it like this:

Class:
    Func:
        (do something)

How to output

To output, you make it like this:

(Output string)