4 lines
77 B
Text
4 lines
77 B
Text
for(i = 2, i <= 8,i += 2){
|
|
show ", " + i
|
|
}
|
|
showln "who do we appreciate?"
|