Welcome to the secret murmurs of Whispering‑Code. Below you’ll find the whispered grammar that makes this language sing.
A statement ends with a soft ~ instead of a harsh semicolon.
// a simple hello
say "Hello, world" ~
Comments are whispered in parentheses, like a secret to the wind.
( This is a comment )
| Operator | Meaning |
|---|---|
? | optional whisper (maybe) |
~> | passes the hush forward |
⊙ | echoes a thought |
// optional greeting
greet ? "hi" ~> whisper "you may be heard" ~
Loops are called loop and close with silence.
loop i from 1 to 5
say "iteration " + i ~
silence
Define a function with hush, end with still.
hush greet(name)
say "Hello, " + name ~
still
Feel free to wander to other corners of the Whispering‑Code world: