vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
1.16k stars 138 forks source link

No error for skipped semicolon in Save statement #60

Closed jodavies closed 8 years ago

jodavies commented 8 years ago

The following code finishes without error, without creating the save file:

Symbol x;
Global test = x;
.store
Save test.sav
.end
vermaseren commented 8 years ago

The .end terminated the job without looking for unfinished statements. New version takes care of it.

Jos

On 19 jan. 2016, at 10:37, jodavies notifications@github.com wrote:

The following code finishes without error, without creating the save file:

Symbol x; Global test = x; store Save testsav end — Reply to this email directly or view it on GitHub https://github.com/vermaseren/form/issues/60.

tueda commented 8 years ago

Fixed in a0a1358b25.