Bugs item #1255916, was opened at 2005-08-10 07:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110493&aid=1255916&group_id=10493
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Olin Shivers (olin-shivers)
Summary: process form BEGIN
Initial Comment:
The BEGIN process form runs Scheme code in a forked
process, the status returned by running such a process
form seems to be zero unless the code executes EXIT.
However, the manual says nothing about the status
returned by running BEGIN forms. I think the manual
should make this clear. This might be an example:
> (run (begin 12))
0
> (run (begin 'foo))
0
> (run (begin (exit 12)))
3072
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110493&aid=1255916&group_id=10493
|