Array: Difference between revisions

Content deleted Content added
m Lost of English and some clarity fixes
m Grammar
Line 58: Line 58:
The example task is the same: open a text file and compute letter frequency.
The example task is the same: open a text file and compute letter frequency.
<br>Written in this array programming language, no loops are specified.
<br>Written in this array programming language, no loops are specified.
<br>Input is a directory-path with filename. Output is a 26-element, single-axis integer array.
<br>Input is a directory-path with filename. Output is a 26-element single-axis integer array.


load 'files' NB. fread is among these standard file utilities
load 'files' NB. fread is among these standard file utilities