!INTERNET

From Esolang
Jump to navigation Jump to search

!INTERNET is an esolang created by User:PJ11 in July 31st, 2025. It operates on a stack and has implicit I/O.

Operators

Operator Meaning
+ Sums the 2 top values if they are integers. If strings, concatenate them.
$ Evaluates the string on the top of the stack by length.
?, I>, II> (Used I cause couldn't put pipes in the things.) IF operator.
£ Evaluates the string on the top of the stack by characters.
¿ Cat command. Puts the input on the top of the stack as string.
T, F Booleans for truthy and falsy value detection
@{} Forever operator.
. Used for explicit printing.

Hello World:

"Hello World!"

Cat program:

¿

Truth-machine:

?T |>@{1.} ||>0