4 lines
83 B
Text
4 lines
83 B
Text
to last :list
|
|
if empty? bf :list [output first :list]
|
|
output last bf :list
|
|
end
|