CSVOL Docs


CSVOL 21 REPL Commands
ADD [column number] [row number] [args...]
Description: Populates cell given coordinates and arguments.

COMMENT [text]
Description: Creates comment on single line.

~ [text]
Description: Creates comment on single line.

CREATE [options] [args...]
Description: Creates item dependent on option and args.

Where options include:

FILE [filename]
 Creates empty file.

COLUMNS [column name 1] ... [column name i]
 Creates column names.

ROWS [number of rows]
 Creates rows. must create columns before rows.


DELETE [options] [args...]
Description: Deletes item dependent on option and args.

Where options include:

FILE [filename]
 Deletes file.


DROP [options]
Description: Nulls current method of input/output.

Where options include:

FILE
 Ends file manipulation.

REPL
 Ends REPL input.


EDIT [options] [args...]
Description: Edits item dependent on options and args.

Where options include:

FILE [filename] [option1] [option2] [args...]

 Edits file dependent on options and args.


 Where option1 includes:

  COLUMNS [options2]

  Where option2 includes:

   ADD [column name 1] ... [column name i]

   DELETE [column minimum index] [column maximum index]

  ROWS [options2]

  Where option2 includes:

   ADD [row number]

   DELETE [row minimum index] [row maximum index]

  CELL [options2]

  Where option2 includes:

   MATH [value] [math operator] [value]

   [cell value]


HELP
Description: Prints out help page.

IMPORT [option] [source] [file]
Description: Imports library.

Where options include:

LIBRARY
 Imports library from source.

MODULE
 Imports module from source.

FILE
 Imports file from source.


LIBRARY [command] [arg...]
Description: Uses imported library

PRINT [option] [arg]
Description: Outputs item in command-line dependent on option and arg.

Where options include:

FILE [filename]
 Outputs contents of file

TEXT [text]
 Outputs text


PULL [options] [args...]
Description: Sets current method of input/output

Where options include:

FILE [filename]
 Set dictated file to manipulate.

REPL
 Set command-line as method of command input.

MODULE [module name]
Set stated module as method of command input

MAIN
Set main.csvol as method of command input




CSVOL 0 REPL Commands
ADD [column number] [row number] [args...]
Description: Populates cell given coordinates and arguments.

COMMENT [text]
Description: Creates comment on single line.

CREATE [options] [args...]
Description: Creates item dependent on option and args.

Where options include:

FILE [filename]
 Creates empty file.

COLUMNS [column name 1] ... [column name i]
 Creates column names.

ROWS [number of rows]
 Creates rows. must create columns before rows.


DELETE [options] [args...]
Description: Deletes item dependent on option and args.

Where options include:

FILE [filename]
 Deletes file.


DROP [options]
Description: Nulls current method of input/output.

Where options include:

FILE
 Ends file manipulation.

REPL
 Ends REPL input.


EDIT [options] [args...]
Description: Edits item dependent on options and args.

Where options include:

FILE [filename] [option1] [option2] [args...]

 Edits file dependent on options and args.


 Where option1 includes:

  COLUMNS [options2]

  Where option2 includes:

   ADD [column name 1] ... [column name i]

   DELETE [column minimum index] [column maximum index]

  ROWS [options2]

  Where option2 includes:

   ADD [row number]

   DELETE [row minimum index] [row maximum index]

  CELL [options2]

  Where option2 includes:

   MATH [value] [math operator] [value]

   [cell value]


HELP
Description: Prints out help page.

IMPORT [option] [source] [file]
Description: Imports library.

Where options include:

COMMAND
 Imports command from source.

MODULE
 Imports module from source.

FILE
 Imports file from source.


IMPORTED [command] [arg...]
Description: Uses imported library

PRINT [option] [arg]
Description: Outputs item in command-line dependent on option and arg.

Where options include:

FILE [filename]
 Outputs contents of file

TEXT [text]
 Outputs text


PULL [options] [args...]
Description: Sets current method of input/output

Where options include:

FILE [filename]
 Set dictated file to manipulate.

REPL
 Set command-line as method of command input.

MODULE [module name]
Set stated module as method of command input

MAIN
Set main.csvol as method of command input