Skip to content

Commit

Permalink
fix [proc]'s return value.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Nov 29, 2009
1 parent 7c5a26d commit 6718aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PmTcl/Commands.pm
Expand Up @@ -234,6 +234,7 @@ our sub proc($name, $args, $body) {
$block.name($name);
$block.control('return_pir');
PAST::Compiler.compile($block);
'';
}

our sub puts(*@args) {
Expand Down

0 comments on commit 6718aef

Please sign in to comment.