Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,5 @@
not=: -.
and=: <.
or =: >.
if =: (>. -.)"0~
eq =: (<.&-. >. <.)"0

View file

@ -0,0 +1,22 @@
not 0 0.5 1
1 0.5 0
0 0.5 1 and/ 0 0.5 1
0 0 0
0 0.5 0.5
0 0.5 1
0 0.5 1 or/ 0 0.5 1
0 0.5 1
0.5 0.5 1
1 1 1
0 0.5 1 if/ 0 0.5 1
1 1 1
0.5 0.5 1
0 0.5 1
0 0.5 1 eq/ 0 0.5 1
1 0.5 0
0.5 0.5 0.5
0 0.5 1

View file

@ -0,0 +1,5 @@
not=: -.
and=: *
or=: *&.-.
if =: (or -.)"0~
eq =: (*&-. or *)"0

View file

@ -0,0 +1,22 @@
not 0 0.5 1
1 0.5 0
0 0.5 1 and/ 0 0.5 1
0 0 0
0 0.25 0.5
0 0.5 1
0 0.5 1 or/ 0 0.5 1
0 0.5 1
0.5 0.75 1
1 1 1
0 0.5 1 if/ 0 0.5 1
1 1 1
0.5 0.75 1
0 0.5 1
0 0.5 1 eq/ 0 0.5 1
1 0.5 0
0.5 0.4375 0.5
0 0.5 1

View file

@ -0,0 +1,2 @@
and=: *.
or=: +.

View file

@ -0,0 +1,9 @@
0 0.5 1 and/ 0 0.5 1
0 0 0
0 0.5 1
0 1 1
0 0.5 1 or/ 0 0.5 1
0 0.5 1
0.5 0.5 0.5
1 0.5 1