Help in defining a programming language / script

Can anyone identify this programming / scripting language from a few syntax examples? It seems every file (function?) Starts with:

sym int all
terminal read off
hc read off
eq 

And it also contains syntax such as: (the IDENT note is used for what the identifier represents)

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 seems that every numeric literal in the source should end in., So real numbers look like

123.
123.456
.456

, - , , ( , , )

+3
3

, .

0

"sym int all" Google, - , NDA, "".

CSound ( CSoundVST), E NDIN, INPUT. instr.

+2
0

Source: https://habr.com/ru/post/1714259/


All Articles