Separato-macro
Prints a separating line consisting of a series of dashes across the Script window. NumberOfTabs is the approximate length of the line measured in tabs.
Def Separator { repeat %1 { type -L "---------------" }; ty; };
Ave = 7; Npts = 100; Separator 3; ty -a "Average Number of Points"; ty -a $(Ave) $(Npts); Separator 3;