File indexing completed on 2024-05-19 04:38:18

0001 
0002 super( @source.eof? ? str : str+@source.readline( @line_break ) )
0003 
0004 overflow = "This text should flow gracefully onto the next page, like a stream" +
0005            " flows elegantly from a mountain lake down into the village below."
0006 
0007 b = 1
0008 a = b
0009     - 1 # assign and unary
0010 a = b -
0011     1   # just an assign
0012 
0013 a = a *
0014     b
0015 
0016 a = a %
0017     b
0018 
0019 a = b ^
0020     2
0021 
0022 a = b &
0023     2
0024 
0025 a = b |
0026     2
0027 
0028 a = b /
0029     2.0
0030 
0031 a = b + sx ** 2
0032 
0033 ?- ? -1 : 1
0034 q = @pubid.include?('"')?"'":'"'
0035 
0036 +1.2
0037 -1.2