Files
centvrion/examples/countdown.cent
2026-04-01 14:15:06 +02:00

10 lines
133 B
Plaintext

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