Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ef91ab

Browse files
committed
readme update
1 parent cb88522 commit 8ef91ab

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ In this example three physical coverage variable goes into sum operation and the
7171

7272
In this case, the result will be set to the rvar and it's previous coverage value destroyed immediately. Because this was a logical object and should be deleted to prevent object leakage. If you want to destroy a variable that it contained a physical coverage object, you have to call `discard` built-in to do. All built-ins will be detailed below.
7373

74+
You can write complex scripts using nested built-in calls, you can write something like so:
75+
76+
`cres = diff(intersect(a, load("another.log"), c, d), sum(e,f) )`
77+
78+
you don't have to write the logic line by line.
79+
7480
### Built-in References
7581

7682
The following API documentations and their behaviors may change until reached final version.

0 commit comments

Comments
 (0)