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

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -