##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: August 2016 # Modified: 2016-10-03/23:14-0400 ##+ # # preproc-line, demonstrate $line override preprocessor directive # # This feature is mainly for use with machine generated sources # procedure main() # preprocessor will add blank lines and report runtime error as line 21 $line 20 a := 1 + [] end