Comparisons
Function | Description | Meta |
---|---|---|
x == y |
Arguments: Returns:x (any)y (any)result (boolean)true if | Wasm |
x > y |
Arguments: Returns:x (any)y (any)result (boolean)true if | Wasm |
x >= y |
Arguments: Returns:x (any)y (any)result (boolean)true if | Wasm |
x < y |
Arguments: Returns:x (any)y (any)result (boolean)true if | Wasm |
x <= y |
Arguments: Returns:x (any)y (any)result (boolean)true if | Wasm |
x != y |
Arguments: Returns:x (any)y (any)result (boolean)true if | Wasm |