Just no.
address = X
length = *X
address = address + 1
while length > 0 {
address = address + 1
print *address
}
replies(2):