diff --git a/bin/hilfe.lpc b/bin/hilfe.lpc index c9e823cd736d78dd3637bcf447e3e0fbdb58495a..54c6a8b963a954a08fbf0c3b3615693d5af9f7d1 100755 --- a/bin/hilfe.lpc +++ b/bin/hilfe.lpc @@ -322,6 +322,7 @@ mixed parse_function(string fun) case "int": case "void": case "object": + case "array": case "mapping": case "string": case "list": @@ -391,6 +392,7 @@ mixed parse_statement(string ex) case "int": case "void": case "object": + case "array": case "mapping": case "string": case "list":