Skip to content

Commit

Permalink
Add ConstantArray.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Oct 31, 2017
1 parent 10a6d64 commit dedf5d9
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 39 deletions.
1 change: 1 addition & 0 deletions expreduce/builtin_list.go
Expand Up @@ -580,5 +580,6 @@ func GetListDefinitions() (defs []Definition) {
defs = append(defs, Definition{Name: "Rest"})
defs = append(defs, Definition{Name: "Count"})
defs = append(defs, Definition{Name: "Tally"})
defs = append(defs, Definition{Name: "ConstantArray"})
return
}

0 comments on commit dedf5d9

Please sign in to comment.