Updated admonition

This commit is contained in:
Tristan B. Velloza Kildaire 2022-12-26 17:35:18 +02:00
parent 10de7ef3c0
commit 2c279508ae
1 changed files with 1 additions and 1 deletions

View File

@ -56,4 +56,4 @@ sum(2,1)
```
!!! warning
Calling a function like this is not yet supported. It must be in an expression. So try assigning it or something. This needs to be fixed. We should get it to work with the `discard` keyword for now.
Calling a function like this is not yet supported. It must be in an expression, hence one can do `discard sum(2,1)` for now till we have direct function calls implemented.