diff --git a/bin/hilfe b/bin/hilfe index c15dde904de38a1622eb84e77657aa662943f678..6157cd6f132572dbe546fc01868de335016b6be4 100755 --- a/bin/hilfe +++ b/bin/hilfe @@ -387,7 +387,7 @@ mixed parse_function(string fun) case "array": case "mapping": case "string": - case "list": + case "multiset": case "float": case "mixed": case "program": @@ -444,7 +444,7 @@ mixed parse_statement(string ex) case "array": case "mapping": case "string": - case "list": + case "multiset": case "float": case "mixed": case "program":