Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[bin/yapsi] add that newline before exiting REPL
It's very important. Lots of REPLs forget to add it. Yapsi doesn't. :)
  • Loading branch information
Carl Masak committed Mar 6, 2011
1 parent 5f235c4 commit 28889de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/yapsi
Expand Up @@ -50,6 +50,7 @@ elsif @*ARGS == 0 {
while prompt(">>> ") -> $program {
run-code($program, :$target);
}
say '';
}
else {
die
Expand Down

0 comments on commit 28889de

Please sign in to comment.