![JAR search and dependency download from the Maven repository](/logo.png)
simple3.examples.Countdown.txt Maven / Gradle / Ivy
n = 10
while n >= 1 do
print n
n = n - 1
end
print 'Blast off!'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
n = 10
while n >= 1 do
print n
n = n - 1
end
print 'Blast off!'