Skip to content

Commit

Permalink
Add return specification to LAST so it can return void/functions
Browse files Browse the repository at this point in the history
  • Loading branch information
hostilefork committed Jan 14, 2017
1 parent 3862c6c commit 32d3c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mezz/base-series.r
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ tenth: redescribe [

last: func [
{Returns the last value of a series.}
return: [<opt> any-value!]
value [any-series! tuple! gob!]
<local> len
][
Expand Down

0 comments on commit 32d3c4c

Please sign in to comment.