diff options
| author | Drahflow <drahflow@gmx.de> | 2014-01-06 23:13:21 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2014-01-06 23:13:21 +0100 |
| commit | 90d664bc9e77530113c9a65bd02bae4667a2c25c (patch) | |
| tree | 289e69b262ef72e09816981817e48d24aeec9a31 /compiler/standardClient.ey | |
| parent | def28d4cbac907f45ad083f01a34aca5f1c78fe8 (diff) | |
streq -> eq
Diffstat (limited to 'compiler/standardClient.ey')
| -rw-r--r-- | compiler/standardClient.ey | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index 2288159..1fb102f 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -443,7 +443,7 @@ { =*f "" ==buffer { buffer 4096 read cat =buffer - buffer "" streq not + buffer "" eq not } { buffer "\n" str .split ==lines 0 lines len 1 sub range { @@ -572,8 +572,8 @@ { 2 laterType * 1 neg neq } { laterType 1 } - # General integers co-iterate iff their binary and results in non-zero - { 0 earlierType * 0 laterType * band 0 neq } + # General integers co-iterate iff equal + { 0 earlierType * 0 laterType * eq } { earlierType 1 } { 1 } |
