From 753911fe2df6c4fd42cd6e824551f9c6716851a6 Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:02:45 +0900 Subject: [PATCH] Tweak *exit-value* doc - address #1537 --- src/boot/boot.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 577a67fbc..16e7f48a0 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -1311,7 +1311,7 @@ (defdyn *redef* "When set, allow dynamically rebinding top level defs. Will slow generated code and is intended to be used for development.") (defdyn *debug* "Enables a built in debugger on errors and other useful features for debugging in a repl.") (defdyn *exit* "When set, will cause the current context to complete. Can be set to exit from repl (or file), for example.") -(defdyn *exit-value* "Set the return value from `run-context` upon an exit. By default, `run-context` will return nil.") +(defdyn *exit-value* "Set the return value from `run-context` upon an exit.") (defdyn *task-id* "When spawning a thread or fiber, the task-id can be assigned for concurrency control.") (defdyn *current-file*