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.

;

From Esolang
Jump to navigation Jump to search

; is a joke esolang by User:None1, it has input, but not output.

Command

There is only one command: ;, which reads one line of input.

Examples

Read one line of input

;

9 bytes :I interpreter

;

Interpreter

Python

[i!=';'or input()for i in input()]