SealLang
Online Compiler by Pelagia Apps
Docs
Examples
Playground
SealLang
v1.0
Execute
Clear Output
Examples:
— Select —
Hello World
Loops & Math
Pods (structs)
Functions
String Interpolation
User Input (fish)
Arrays
Fibonacci
Math Builtins
else if / ! operator
Ctrl
+
Enter
to run
Source Code
main.seal
~ Welcome to SealLang! 🦭 ~ Comments use the tilde (~) symbol dive main() { bark("a seal has entered the chat") let x: int = 10 let y: int = 20 if x < y { bark("x is smaller") } else { bark("y is smaller") } swim i in 0..5 { bark(i) } }
Output / Result
Ready
Enter ↵
SealLang Web Interpreter
|
Keywords: dive · bark · swim · pod · surface · tide
|
Built-ins: fish · fish_int · fish_float