13 lines
175 B
Plaintext

ENTRY START
[START]{
"Hello"
song=PLAY("test.flac")
print("Hello!")
"Don't hit enter!"
"Am I still going?"
PAUSE(song)
"I'm alive!"
"Lets resume"
RESUME(song)
":)"
}