Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hiiamboris authored Dec 22, 2019
1 parent 336ae7c commit 396675b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ Tests are run against particular columns, but they decide if **whole row** passe
| :-- | :-- | :-- |
| `(expr)` | `[x: 1 y: 2 (myfunc x y)]` | Evaluates Red `expr` (every time!), passes if the result is not `none` or `false`. |
| `= (expr)` (any logical op) | `[1 2 .. 1 = (yes) 2 = (no)]` | Passes if `subject op (expr)` is not `none` or `false`. |
| `is (expr)` | `[is (now)]` | Equivalent of `= (expr)`, looks better without a subject |
| `is (expr)` | `[is (now)]` | Equivalent of `= (expr)`, looks better without a subject, or when testing *every* item |
| `is same (expr)` | `[is same (my-blk)]` | Equivalent of `=? (expr)` |
| | | I haven't invented the form for strict (`==`) comparison alias (maybe `is strictly (expr)`, but it's somewhat long). |
| `has (expr)` | `[2 has (pair!)]` | Evaluates `find subject (expr)`, passes if `subject` is a series, and result is not `none`. |
Expand Down

0 comments on commit 396675b

Please sign in to comment.