Documentation ¶ Index ¶ func DecodeLines(bs []byte) (iter.Seq2[uint16, string], error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DecodeLines ¶ func DecodeLines(bs []byte) (iter.Seq2[uint16, string], error) DecodeLines returns an iterator over the line numbers (uint16) and lines (string) of the BASIC program given in the `bs` byte array. If the byte array does not look right, it returns an error instead. Types ¶ This section is empty. Source Files ¶ View all Source files binary.godecoder.goopcodes.gounprotect.go Click to show internal directories. Click to hide internal directories.