- YARD.
You likely won't use all the available tags (words starting with an @) shown in the bellow examples. These examples are more of a cheat sheet of what you can do and where you can use them.
You likely won't use all the available tags (words starting with an @) shown in the bellow examples. These examples are more of a cheat sheet of what you can do and where you can use them.
| #!/home/benoit/bin/bb | |
| (def argument (first *command-line-args*)) | |
| (->> argument | |
| (#(str/split % #", ")) | |
| (map #(str "\"" % "\"")) | |
| (str/join ", ") | |
| println | |
| ) |