add more list examples

This commit is contained in:
Valentin Gagarin 2022-08-12 14:13:36 +02:00
parent 0378531bf2
commit c209e6e108

View file

@ -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>