;

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

[(input() if i==";" else None) for i in input()]