R
rey
v0.2.0
Learn
Docs
Reference
Playground
Download
About
GitHub
Download
Rey Playground
Examples:
Hello World
Fibonacci
Arrays
Pattern Matching
Closures
Run
main.rey
Ctrl+Enter to run
func greet(name) { return "Hello, " + name + "!"; } var message = greet("Rey"); println(message); println("Welcome to the playground.");
Output
Press Run to execute...
Runs in-browser — no server