Skip to content

Commit

Permalink
document undefined behavior for nested from clause
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadedin committed Jun 11, 2019
1 parent 4e6a3b3 commit b10685f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Language/From.md
Expand Up @@ -34,6 +34,9 @@ When provided as a list, *from* will accumulate multiple files with different
extensions. When multiple files match a single extension they are used
sequentially each time that extension appears in the list given.

**Note**: using `from` in a nested way (within an existing `from` clause) is not supported and
may result in undefined behavior.

### Examples

**Use most recent CSV file to produce an XML file**
Expand Down

0 comments on commit b10685f

Please sign in to comment.