-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocumentation.txt
28 lines (18 loc) · 1.03 KB
/
documentation.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
##################################################
##################################################
################ascIICanvas#######################
##################################################
##################################################
##################################################
##################SYNTAX##########################
##################################################
myCanvas = new Canvas([paragraph], [rows], [cols], [canvID], [background], [DEFAULT TO TRUE: selectable])
##################################################
#################ARGUMENTS########################
##################################################
*paragraph: a document paragraph element.;
rows: integer; the number of rows of text.
cols: integer; the number of columns of text.
canvID: a string; unique name for the canvas, used in naming the spans, so this really must be unique in order for the program to work
background: character; default ASCII background, usually set to spaces
selectable: bool; can be true or false