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.
Water
Jump to navigation
Jump to search
- This is still a work in progress. It may be changed in the future.
water is a esolang made by user:danieland!
Syntax
da syntax is down there :)
| syntax | name | meaning/use |
|---|---|---|
| (1 | number | instead of 1 it can be from 0 to 9 . that is just a number |
| ;a | push | pushes the value of its unicode |
| "a | popif | pops only if the unicode is the top of the stack |
| )1 | set | set a variable |
| ** | comment | hmm... |
| %% | literal print | print a var literaly |
| %# | ||
| ## | stack top | top of the stack |
| @u | input | user input |
| @p | post | latest user input |
| Example | Example | Example |
| Example | Example | Example |
| Example | Example | Example |
| Example | Example | Example |
| Example | Example | Example |
| Example | Example | Example |
| Example | Example | Example |
| Example | Example | Example |
| Example | Example | Example |
| Example | Example | Example |
Examples
Hello, World!
;h )1## %#)1 ;e )1## %#)1 ;l )1## %#)1 ;l )1## %#)1 ;o )1## %#)1 ; )1## %#)1 ;w )1## %#)1 ;o )1## %#)1 ;r )1## %#)1 ;l )1## %#)1 ;d )1## %#)1
output
hello world
Cat program
@u %#@p
smaller verion:
%#@u