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) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -