Merge branch 'dev' of gitlab.com:ligolang/ligo into rinderknecht@fix_endif
This commit is contained in:
commit
255e381e01
@ -549,7 +549,7 @@ You can run the `compare` function defined above using the LIGO compiler
|
|||||||
like this:
|
like this:
|
||||||
```shell
|
```shell
|
||||||
ligo run-function
|
ligo run-function
|
||||||
gitlab-pages/docs/language-basics/boolean-if-else/cond.ligo compare 21n'
|
gitlab-pages/docs/language-basics/src/boolean-if-else/cond.ligo compare '21n'
|
||||||
# Outputs: Large(Unit)
|
# Outputs: Large(Unit)
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -590,7 +590,7 @@ You can run the `compare` function defined above using the LIGO compiler
|
|||||||
like this:
|
like this:
|
||||||
```shell
|
```shell
|
||||||
ligo run-function
|
ligo run-function
|
||||||
gitlab-pages/docs/language-basics/boolean-if-else/cond.mligo compare 21n'
|
gitlab-pages/docs/language-basics/src/boolean-if-else/cond.mligo compare '21n'
|
||||||
# Outputs: Large
|
# Outputs: Large
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -613,7 +613,7 @@ You can run the `compare` function defined above using the LIGO compiler
|
|||||||
like this:
|
like this:
|
||||||
```shell
|
```shell
|
||||||
ligo run-function
|
ligo run-function
|
||||||
gitlab-pages/docs/language-basics/boolean-if-else/cond.religo compare 21n'
|
gitlab-pages/docs/language-basics/src/boolean-if-else/cond.religo compare '21n'
|
||||||
# Outputs: Large
|
# Outputs: Large
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user