RosettaCodeData/Task/Read-entire-file/Brainf---/read-entire-file.bf
2023-07-01 13:44:08 -04:00

4 lines
172 B
Brainfuck

> Keep cell 0 at 0 as a sentinel value
,[>,] Read into successive cells until EOF
<[<] Go all the way back to the beginning
>[.>] Print successive cells while nonzero