You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/base/punctuation.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,22 @@ Extended documentation for mathematical symbols & functions is [here](@ref math-
60
60
|[`\|>`](@ref)| pipe operator passes output from the left argument to input of the right argument, usually a [function](@ref Function-composition-and-piping) |
61
61
|`∘`| function composition operator (typed with \circ{tab}) combines two functions as though they are a single larger [function](@ref Function-composition-and-piping) |
62
62
|`_`| underscores may be assigned values which will not be saved, often used to ignore [multiple return values](@ref destructuring-assignment) or create repetitive [comprehensions](@ref man-comprehensions) |
0 commit comments