Skip to content

Commit

Permalink
- Some documentation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 6, 2011
1 parent 3b60260 commit 57c22bc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Compiler/FrontEnd/ModelicaBuiltin.mo
Expand Up @@ -621,7 +621,12 @@ function loadFile "load file (*.mo) and merge it with the loaded AST"
external "builtin";
end loadFile;

function loadString
function loadString "Parses the data and merges the resulting AST with the
loaded AST.
If a filename is given, it is used to provide error-messages as if the string
was read in binary format from a file with the same name.
The file is converted to UTF-8 from the given character set.
"
input String data;
input String filename := "<interactive>";
input String encoding := "UTF-8";
Expand Down

0 comments on commit 57c22bc

Please sign in to comment.