>>
<<
Ndx
Usr
Pri
Phr
Dic
Rel
Voc
!:
wd
Help
Dictionary
;:y is the list of boxed words in the list y
according to the rhematic rules of Part I.
The function also applies reasonably well to ordinary text.
|
|
|
s=: '*: @ -: @ i. 2 3'
do=: ".
do s
0 0.25 1
2.25 4 6.25
;: s
+--+-+--+-+--+---+
|*:|@|-:|@|i.|2 3|
+--+-+--+-+--+---+
; ;: s
*:@-:@i.2 3
p=: 'When eras die, their legacies/'
q=: 'are left to strange police'
r=: 'Professors in New England guard'
s=: 'the glory that was Greece'
;: p
+----+----+---+-+-----+--------+-+
|When|eras|die|,|their|legacies|/|
+----+----+---+-+-----+--------+-+
> ;: p,q
When
eras
die
,
their
legacies
/
are
left
to
strange
police
|.&.;: p
/ legacies their , die eras When
>>
<<
Ndx
Usr
Pri
Phr
Dic
Rel
Voc
!:
wd
Help
Dictionary