Skip to content
Snippets Groups Projects
Commit 9c2c1d8b authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

s/list/multiset/

Rev: bin/hilfe:1.11
parent 3a1c6090
No related branches found
No related tags found
No related merge requests found
...@@ -387,7 +387,7 @@ mixed parse_function(string fun) ...@@ -387,7 +387,7 @@ mixed parse_function(string fun)
case "array": case "array":
case "mapping": case "mapping":
case "string": case "string":
case "list": case "multiset":
case "float": case "float":
case "mixed": case "mixed":
case "program": case "program":
...@@ -444,7 +444,7 @@ mixed parse_statement(string ex) ...@@ -444,7 +444,7 @@ mixed parse_statement(string ex)
case "array": case "array":
case "mapping": case "mapping":
case "string": case "string":
case "list": case "multiset":
case "float": case "float":
case "mixed": case "mixed":
case "program": case "program":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment