Skip to content

Commit 7597803

Browse files
kinowmr-c
andcommitted
Update src/topics/expressions.md
Co-authored-by: Michael R. Crusoe <[email protected]>
1 parent 4c4edf0 commit 7597803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/topics/expressions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ functions that can be called in other parts of the CWL document.
124124

125125
```{note}
126126
127-
The `cwltool` CWL Runner, uses a JavaScript Engine that supports
127+
The CWL standards (versions 1.0 through 1.2) [states](https://www.commonwl.org/v1.0/CommandLineTool.html#Expressions)
128+
that the only version of JavaScript valid in CWL expressions is
128129
[ECMAScript 5.1](https://262.ecma-international.org/5.1/). This means that any
129130
code that you include or write in your CWL Document must be compliant with
130131
ECMAScript 5.1.

0 commit comments

Comments
 (0)