User guide
9-23
9.6.6 String Arrays
StringarraysareNxKmatricesofstrings.Hereisapartiallistofthefunctionsfor
manipulatingstringarrays:
$|
Verticalstringarrayconcatenationoperator.
$~
Horizontalstringarrayconcatenationoperator.
[ ]
Extractsubarraysorindividualstringsfromtheir
correspondingarray,orassigntheirvalues.
'
Transposeoperator.
.'
Bookkeepingtransposeoperator.
declare
Initializevariablesatcompiletime.
delete
Deletespecifiedglobalsymbols.
fgetsa
Readmultiplelinesoftextfromafile.
fgetsat
Readsmultiplelinesoftextfromafile,discarding
newlines.
format
Defineoutputformatformatrices,stringarrays,and
strings.
fputs
Writestringstoafile.
fputst
Writestringstoafile,appendingnewlines.
let
Initializematrices,strings,andstringarrays.
loads
Loadastringorstringarrayfile(.fstfile).
lprint
Printexpressionstotheprinter.
Language
Fundamentals










