ð#Syntax10.Scn.Fnt²²Xref.List * Xref.List ^ Xref.List ~ Xref.SetLineLength 120 Xref.SetNumberLength 5 ----------------------------------------- Xref creates a cross reference list for Oberon-2 programs. Xref.List (^ | * | {filename} ~) opens a viewer showing the source text of the specified file(s) with linenumbers as well as a sorted list of names and the line numbers where they occur in the source text. Xref.SetLineLength number allows the user to specify the desired line length in characters. Default is 120. Xref.SetNumberLength number allows the user to specify the desired number of digits per line number in order to be able to print the line numbers in an aligned way. Default is 5.