Feather
Home
Docs
Contributors
Try it
Codeberg
script.feather
Clear
▶ Run
^ Welcome to the Feather Editor! ^ Ctrl+Enter or click Run to execute your script. VARIABLE name = "World" OUT "Hello, {name}!" &w REPEAT 5 AS i: OUT "Loop {i}" &w TABLE person = { "name": "Alice", "age": "30" } VARIABLE json = person.static OUT json &w
Output
Run your script to see output...
►
Input (TAKE / KEYPRESS)