Skip to content

Commit

Permalink
note about perl 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Nov 26, 2012
1 parent ac951cd commit 6eba8e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ return the first argument that is `!== undefined`
Most of the time when I chain together `||`s, I actually just want the first
item that is not `undefined`, not the first non-falsy item.

This module is like the defined-or (`//`) operator in perl 5.10+.

# example

``` js
Expand Down

0 comments on commit 6eba8e6

Please sign in to comment.