mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
expression.v
This commit is contained in:
@ -280,4 +280,7 @@ const (
|
||||
//make_receiver_mutable =
|
||||
|
||||
err_used_as_value = 'used as value'
|
||||
|
||||
and_or_error = 'use `()` to make the boolean expression clear\n' +
|
||||
'for example: `(a && b) || c` instead of `a && b || c`'
|
||||
)
|
||||
|
Reference in New Issue
Block a user