The following lists the built-in functions supported by Carapace.
! (not)
!= (not-equals)
% (modulo)
&& (and)
> (greater than)
>= (greater than or equals)
< (less than)
<= (less than or equals)
* (multiply)
+ (plus)
- (minus)
. (dot operator)
/ (divide)
== (equals)
|| (or)
| Contents | Current topic: index | Related topics: Contents |