5 lines
68 B
Raku
5 lines
68 B
Raku
for 2, 4 ... 8 {
|
|
print "$_, ";
|
|
}
|
|
|
|
say 'whom do we appreciate?';
|