What is the programming language with syntax like this? -


I have some scripts written in the proprietary language. I want to know if someone with this kind of syntax Is also a language?

  PROCEDURE MY_PROC_NAME DO {Number of ABC numbers [ABC]: = 123; If ([ABC] = 123) then {when (true) DO {}} ELSE {returns} # a comment some function (123, 456); Call another document; }   

Thank you.

It seems that comal.

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -