Battlestar is a programming language created in 2014 by Alexander Rødseth.
| #1313on PLDB | 12Years Old |
git clone https://github.com/xyproto/battlestar:dizzy: A different take on Assembly, with the goal of creating tiny executables.
const message = "Hello, world!\n"
fun main
syscall(1, 1, message, len(message))
end
#!/usr/bin/bts
const hello = "Hello World\n"
print(hello)
| Feature | Supported | Example | Token |
|---|---|---|---|
| Print() Debugging | ✓ |