File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 13111311(defdyn *redef* " When set, allow dynamically rebinding top level defs. Will slow generated code and is intended to be used for development." )
13121312(defdyn *debug* " Enables a built in debugger on errors and other useful features for debugging in a repl." )
13131313(defdyn *exit* " When set, will cause the current context to complete. Can be set to exit from repl (or file), for example." )
1314- (defdyn *exit-value* " Set the return value from `run-context` upon an exit. By default, `run-context` will return nil. " )
1314+ (defdyn *exit-value* " Set the return value from `run-context` upon an exit." )
13151315(defdyn *task-id* " When spawning a thread or fiber, the task-id can be assigned for concurrency control." )
13161316
13171317(defdyn *current-file*
You can’t perform that action at this time.
0 commit comments