Skip to content

Commit 3e944f3

Browse files
authored
mention @isdefined in readme/caveats
1 parent e9ab585 commit 3e944f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,5 @@ A [detailed change log is kept](https://github.com/JuliaDynamics/ResumableFuncti
153153
* In a `try` block only top level `@yield` statements are allowed.
154154
* In a `finally` block a `@yield` statement is not allowed.
155155
* An anonymous function can not contain a `@yield` statement.
156+
* `@isdefined` can not be used in a resumable function.
156157
* Many more restrictions.

0 commit comments

Comments
 (0)