kurz/test.qbl

10 lines
149 B
Plaintext
Raw Normal View History

"Hello, World!\n" print 43 foo foo deq
// Dequeues, enqueues 42 and 17, prints the head
function any => int foo
{
deq 42 17 print
}
"test2" print