Battlestar is a programming language created in 2014 by Alexander Rødseth.
#1411on PLDB | 9Years Old | 86Users |
0Books | 0Papers |
Try now: Riju
: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 | Token | Example |
---|---|---|---|
Print() Debugging | ✓ |