Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
14
Task/Input-loop/APL/input-loop.apl
Normal file
14
Task/Input-loop/APL/input-loop.apl
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
h ← ⊃ (⎕fio['read_text'] 'corpus/sample1.txt')
|
||||
⍴h
|
||||
7 49
|
||||
]boxing 8
|
||||
h
|
||||
┌→────────────────────────────────────────────────┐
|
||||
↓This is some sample text. │
|
||||
│The text itself has multiple lines, and │
|
||||
│the text has some words that occur multiple times│
|
||||
│in the text. │
|
||||
│ │
|
||||
│This is the end of the text. │
|
||||
│ │
|
||||
└─────────────────────────────────────────────────┘
|
||||
Loading…
Add table
Add a link
Reference in a new issue