The Guardian
⚡ Playground
← Back to Home
📝 Axiom Code
▶ Run
✕ Clear
⛶ Fullscreen
// Welcome to The Guardian Playground! // Write Axiom code and see the output. let name = "Axiom" let version = 1.0 let active = true println("Hello from " + name + "!") println("Version: " + version) println("Active: " + active)
📤 Output
Ready
// Output will appear here... // Click "Run" to execute your Axiom code.
💡 Examples
Hello World
Variables
Types
If/Else
While Loop