Guest User

Untitled

a guest
Oct 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. map () {
  2. eval "$initDocs"
  3. usage "<lambda-function> [<item>...]"
  4. example "'<--- $1 --->'" a b c d
  5. eval "$doneDocs"
  6. typeset f="$1"
  7. shift
  8. map_ () {
  9. echo ${(e)==f}
  10. }
  11. eval "$loopNow" map_
  12. }
Add Comment
Please, Sign In to add comment