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:
parent
c5c7addb88
commit
325731e3b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user