$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-06-27 07:16:50
Hi,
As you probably know, Jam's "return" statement does not return, but instead
remembers its argument as rule exit status. It constantly makes me wrap code
inside if/else block when all I want is to quickly handle some corner case at
a rule beginning. I plan to investigate if "return" can be fixed. Do you
think it's a good idea?
- Volodya