On Thu, 16 Sep 2021, Riccardo (Jack) Lucchetti wrote:
being the king of the typo has its advantages: for example, you find
weird
bugs:
<hansl>
nulldata 60
setobs 4 1:1
y = normal()
ols y 0 y(0 -to -1) # note the typo
ols y 0 y(1)
</hansl>
That typo now produces an error in git.
Allin