mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Added collection merging to syntax cheat sheet
This commit is contained in:
parent
3a3c08ba7c
commit
e8bc253445
Binary file not shown.
@ -1589,6 +1589,23 @@ accès_année de ...
|
||||
```catala
|
||||
<^ <=^ >^ >=^
|
||||
```
|
||||
\end{minted}
|
||||
\vspace*{-1.75em}
|
||||
\\
|
||||
Collection merging &
|
||||
\vspace*{-1.75em}
|
||||
\begin{minted}{catala_en}
|
||||
```catala
|
||||
(collection) ++ (collection)
|
||||
```
|
||||
\end{minted}
|
||||
\vspace*{-1.75em}
|
||||
&
|
||||
\vspace*{-1.75em}
|
||||
\begin{minted}{catala_fr}
|
||||
```catala
|
||||
(collection) ++ (collection)
|
||||
```
|
||||
\end{minted}
|
||||
\vspace*{-1.75em}
|
||||
\\
|
||||
|
Loading…
Reference in New Issue
Block a user