1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

docs: add description for $ (#8283)

This commit is contained in:
Adelar da Silva Queiróz 2021-01-23 05:28:12 -03:00 committed by GitHub
parent c5c7addb88
commit 325731e3b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3154,6 +3154,8 @@ use `v help`, `v help build` and `v help build-c`.
### Compile time code
`$` is used as a prefix for compile-time operations.
#### $if
```v
// Support for multiple conditions in one branch