Applying Turing Completeness (Cont)
There must also be a way to keep track of the current tape head position. This could be done with a “bignum” or using a pointer if the tape is represented by a linked list. If the tape is represented by an actual serial I/O device (a real magnetic tape), then the position may be implicit and not require a program variable at all.