Can anyone identify this programming/scripting language off of a few examples of the syntax? It appears each file (function?) starts with:
sym int all terminal read off hc read off eq
And also contains such syntax as: (note IDENT is used for what appears to be an identifier)
IDENT1=(IDENT2/123.4)*IDENT3
INPUT TABLE IDENT / 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. ENDIN
in tb '/unix/path' ident
And it appears each numeric literal in the source must end with a ., so valid numbers appear to be
123. 123.456 .456
There does not appear to be any form of epilogue to the samples I am looking at, the code just stops with a final assignment (or what I'm assuming is an assignment)