INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Create text file with 'txt_name' as file name
-- Open text file with 'txt_name' as file name in read mode
-- Open text file with 'txt_name' as file name for both reading and
-- writing
-- Total number of strings in the file
-- Is file open?
-- Close file
-- Discard all changes made to original file
-- Item at position `index'
-- Put `s' at position `index'
-- Insert `element' after position `index'
-- Remove element at position `index'
-- Elements after `index' will move one position left
-- (i.e., towards lower indices)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |