blob: 04c47970cd699b6c9027405474b3af647e189770 (
plain)
1
2
3
4
5
6
7
8
9
10
|
db "LITTLE BIRD@" ; species name
dw 8, 40 ; height, weight
db "It is extremely"
next "good at climbing"
next "tree trunks and"
page "likes to eat the"
next "new sprouts on"
next "the trees.@"
|