Write a BCPL program that reads a sequence of numbers typed by the user and creates a linked list containing them all. The numbers will all be positive. A negative input will be used to mark the end of the input sequence. Once the whole linked list has been read, print out its contents, one number per line. Include a transcript showing a successful run of your program.