4 lines
86 B
Text
4 lines
86 B
Text
for i ? (i %% 2 <=> 0) in 2..8 {
|
|
print(`$i, `)
|
|
}
|
|
println("who do we appreciate?")
|