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
Post a Comment