Skip to content

Commit 44c2c26

Browse files
Example
1 parent 134f5bb commit 44c2c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SelBlocksGlobal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ call | myFunction | myParam=$storedVariableInCallingScope
8282
### Passing an object ###
8383
This benefits from [EnhancedSelenese](EnhancedSelenese) > [`=<>…<> (with preserved type)`](EnhancedSelenese#with-preserved-type). Pass an object in Selenese `value` parameter. Its direct fields become parameters passed to the chosen Selenese function (defined by respective Selenese block `function...endFunction`). (This also enables expressions that contain a comma, which is not allowed by syntax of classic SelBlocks.)
8484

85-
Use either an existing object, or an object literal. E.g.
85+
Use an existing object. Alternatively pass an object literal within a pair of parenthesis (see [ClassicSelenese](ClassicSelenese) > [Limitations of `getEval` and its derivatives](ClassicSelenese#limitations-of-geteval-and-its-derivatives):
8686

8787
```
8888
call | myFunction | =<>({ seleneseParamName1: value1, seleneseParamName2: value2... })<>

0 commit comments

Comments
 (0)