home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
developm
/
language
/
j32.sit
/
tut
/
TUT3.JS
< prev
next >
Wrap
Text File
|
1991-06-13
|
393b
|
26 lines
TABLES Da
prices=. 3 1 4 2
orders=. 2 0 2 1
prices * orders
6 0 8 2
prices */ orders
6 0 6 3
2 0 2 1
8 0 8 4
4 0 4 2
TO READ A TABLE,
BORDER IT BY ITS ARGUMENTS:
over=.({.,.@;}.)&":@,
by=.(,~"_1 ' '&;&,.)~
prices by orders over prices */ orders
+-+-------+
| |2 0 2 1|
+-+-------+
|3|6 0 6 3|
|1|2 0 2 1|
|4|8 0 8 4|
|2|4 0 4 2|
+-+-------+