add more list examples
This commit is contained in:
parent
0378531bf2
commit
c209e6e108
1 changed files with 6 additions and 2 deletions
|
@ -162,10 +162,14 @@ the rest.
|
|||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
`[ "foo" "bar" ]`
|
||||
`[ "foo" "bar" "baz" ]`
|
||||
|
||||
`[ 1 2 3 ]`
|
||||
|
||||
`[ (f 1) { a = 1; b = 2; } [ "c" ] ]`
|
||||
</td>
|
||||
<td>
|
||||
A list with two elements
|
||||
Lists with three elements.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue