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: getting-started/basic-types.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,8 @@ iex> x
233
233
42
234
234
```
235
235
236
+
The capture syntax [`&()`](/docs/stable/elixir/Kernel.SpecialForms.html) can also be used for creating anonymous functions. This type of syntax will be discussed in [Chapter 8](/getting-started/models.html).
237
+
236
238
## (Linked) Lists
237
239
238
240
Elixir uses square brackets to specify a list of values. Values can be of any type:
0 commit comments