Skip to content
Snippets Groups Projects
Commit 9ef305c6 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

nothing changed

Rev: bin/hilfe.lpc:1.5
parent b5790500
Branches
Tags
No related merge requests found
...@@ -322,6 +322,7 @@ mixed parse_function(string fun) ...@@ -322,6 +322,7 @@ mixed parse_function(string fun)
case "int": case "int":
case "void": case "void":
case "object": case "object":
case "array":
case "mapping": case "mapping":
case "string": case "string":
case "list": case "list":
...@@ -391,6 +392,7 @@ mixed parse_statement(string ex) ...@@ -391,6 +392,7 @@ mixed parse_statement(string ex)
case "int": case "int":
case "void": case "void":
case "object": case "object":
case "array":
case "mapping": case "mapping":
case "string": case "string":
case "list": case "list":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment