Skip to content
Snippets Groups Projects
Commit 3fd6d6f1 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 101a3790
Branches
Tags
No related merge requests found
...@@ -1896,7 +1896,7 @@ Divides and affects @var{expression} to a real option. ...@@ -1896,7 +1896,7 @@ Divides and affects @var{expression} to a real option.
@item Exit; @item Exit;
Aborts the current script. Aborts the current script.
@item Printf ( @var{char-expression} , @var{expression-list} ); @item Printf ( @var{char-expression} <, @var{expression-list}> );
Prints a character expression in the information window and/or on the Prints a character expression in the information window and/or on the
terminal. @code{Printf} is equivalent to the @code{printf} C function: terminal. @code{Printf} is equivalent to the @code{printf} C function:
@var{char-expression} is a format string that can contain formatting @var{char-expression} is a format string that can contain formatting
...@@ -1913,6 +1913,9 @@ Same as @code{Printf} above, but output the expression in a file. ...@@ -1913,6 +1913,9 @@ Same as @code{Printf} above, but output the expression in a file.
Same as @code{Printf} above, but appends the expression at the end of Same as @code{Printf} above, but appends the expression at the end of
the file. the file.
@item Error ( @var{char-expression} <, @var{expression-list}> );
Same as @code{Printf}, but raises an error.
@item Merge @var{char-expression}; @item Merge @var{char-expression};
Merges a file named @var{char-expression}. This command is equivalent to Merges a file named @var{char-expression}. This command is equivalent to
the `File->Merge' menu in the GUI. If the path in @var{char-expression} the `File->Merge' menu in the GUI. If the path in @var{char-expression}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment