On Tue, 15 Mar 2016, Sven Schreiber wrote:
I get errors with lines such as these:
b.mS = b.mYS * b.S'
One more thought: are you sure there's no non-ASCII junk in the
script? For a gretl script the unix "file" command should say either
filename: ASCII text
or
filename: UTF-8 Unicode text
(non-ASCII UTF-8 characters are permitted, but only within string
literals or comments, so getting the second result does not
necessarily mean the script is "clean").
Allin