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.

ti!

From Esolang
(Redirected from User:Ractangle/ti!)
Jump to navigation Jump to search
The title of this article is also called placeholderlang.

ti! was a placeholder language for the Try it! website. Created by User:Ractangle

Syntax

If the program is "ti!", then print Hello, world!

else print an empty list

Examples

Hello, world!

ti!

Implementations

Javascript (tryit.org version)

function ti() {
 if (c == "ti!") { o = "Hello, world!\n" } 
 else { o = "[]\n" }
}

However the condition for executing this function will be replaced, but this function will stay in the source code