dync classref with current source

This commit is contained in:
Rémi Verschelde
2019-06-29 12:36:34 +02:00
parent 7d1e807f69
commit 05d7b34796
349 changed files with 3655 additions and 2920 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ Returns ``true`` if :ref:`execute<class_Expression_method_execute>` has failed.
- :ref:`Error<enum_@GlobalScope_Error>` **parse** **(** :ref:`String<class_String>` expression, :ref:`PoolStringArray<class_PoolStringArray>` input_names=PoolStringArray( ) **)**
Parses the expression and returns a :ref:`Error<enum_@GlobalScope_Error>`.
Parses the expression and returns an :ref:`Error<enum_@GlobalScope_Error>` code.
You can optionally specify names of variables that may appear in the expression with ``input_names``, so that you can bind them when it gets executed.