Files
centvrion/examples/countdown.cent
2026-04-21 23:46:00 +02:00

10 lines
130 B
Plaintext

// Counts down from 10
DESIGNA conta VT X
DVM conta MINVS I FAC {
DIC(conta)
DESIGNA conta VT conta - I
}
DIC("Blast off!")