-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
functions as args to functions in RemesPath
1. max_by, min_by, sort_by, and s_sub functions in RemesPath now all can be called with functions as arguments. See docs. 2. bool() function in RemesPath (shorthand for `not not x`) 3. ifelse() function in RemesPath uses truthiness.
- Loading branch information
1 parent
90d5f69
commit e612b27
Showing
8 changed files
with
357 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.