Hi
JaMoPP detects somehow duplicate parameters in the following code:
public static void main(String[] args, String[] args) { }
I need to implement a simillar validation in my language, but I don't understand how to achive this. Could you suggest me a sollution?