Execute HQ9+: Difference between revisions

m
→‎{{header|Golo}}: fixed some indentation issues
m (→‎{{header|Ring}}: Remove vanity tags)
m (→‎{{header|Golo}}: fixed some indentation issues)
Line 909:
}
when ch == 'q' or ch == 'Q' {
println(source)
}
when ch == '9' {
ninety9Bottles()
}
when ch == '+' {
accumulator = accumulator + 1
Anonymous user