The information in this file has not yet been verified for completeness or accuracy. I think, maybe roughly about 20 more new (mostly HTTP related) methods havn't yet been entered into this file.
Returns: Full file path on success, or "" on failure.
Scope: generic
Determine the accessibility of a file.
Example:
See also: loadText(), saveText().
Returns: none.
Scope: generic.
Schedule to send messages to an object after the given time, measured in millisconds.
Example:
Causes the caller object to receive a message "wakeup" after 10000 milliseconds.
Returns: undefined.
Scope: txtDisp.
Appends text to the end of the text field.
See also: txtDisp.
Bug: it does not work.
Returns: the string following the -ar option.
Scope: generic.
Returns: the corresponding ASCII character.
Scope: generic.
Returns the character given the ASCII value.
Example:
See also: asciiVal().
Returns: the corresponding ASCII code.
Scope: generic.
Returns the ASCII value given the character.
Example:
See also: ascii().
Returns: unaffected.
Scope: generic.
Rings audio bell.
See also: bellVolume().
Returns: voulume value.
Scope: generic.
Sets bell volume in percentage (0 to 100).
Example:
See also: bell().
Returns: (int) font descent value.
Scope: txtDisp.
Used to get information about the largest font descent value for the current line that is being built... This needs some explaining, later...
See also: txtDisp, building_maxFontHeight(), building_vspan().
Returns: (int) font height value.
Scope: txtDisp.
Used to get information about the largest font height value for the current line that is being built... This needs some explaining, later...
See also: cl_txtDisp, building_maxFontDescent(), building_vspan().
Returns: (int) font descent value.
Scope: txtDisp.
Used to get information about the largest font descent value for the current line that is being built... This needs some explaining, later...
See also: building_maxFontHeight().
Returns: (int) font height value.
Scope: txtDisp.
Used to get information about current vertical span, as the text field is being built... This needs some explaining, later...
See also: cl_txtDisp, building_maxFontDescent(), building_maxFontHeight().
Returns: arguement in char.
Scope: generic. (in lang)
Convert argument to char type.
Returns: (int) character button-mask value.
Scope: txtDisp.
For telling whether this character has the button-drawing mask turned on. If it has, the character (or the group of adjacent characters all have the button-mask turned on) would have a button-looking box drawn around it.
Example:
See also: cl_txtDisp, charHighLiteMask(), charMask(), charUnderlineMask().
Returns: (int) character highlite-mask value.
Scope: txtDisp.
For telling whether this character has the highlite-drawing mask turned on. If it does, the character would appear high-lighted.
To achieve this effect, use the '\r' directive in the text.
Example:
See also: txtDisp, charButtonMask(), charMask(), charUnderlineMask().
There needs to be a method for setting this mask dynamically.
Returns: (int) character tag value.
Scope: txtDisp.
Low level stuff. To be described later.
See also: cl_txtDisp, charButtonMask(), charHighLiteMask(), charUnderlineMask().
Returns: (int) character underline-mask value.
Scope: txtDisp.
For telling whether this character has the underline-drawing mask turned on. If it does, the character would appear underlined.
To achieve this effect, use the '\u' directive in the text.
Example:
See also: charMask(), charButtonMask(), charHighLiteMask().
There needs to be a method for setting this mask dynamically.
Returns: unaffected.
Scope: field.
Cleans up the effect of smudge() -- Clears window, then sends self a "render" message.
See also: smudge().
Returns: unaffected.
Scope: txtDisp.
Stop being the owner of selection data. Cutting(select) text from a text field makes that object the owner of the selection.
See also: getSelection(), setSelection().
Returns: unaffected.
Scope: field.
Clears the object's window.
Returns: the result of the last evaluation.
Scope: generic.
Invokes the ASCII Command Line Interface to interpreter on viola's stdin/stdout. (XXX does this still work?)
But, use the GUI and non-blocking version instead. To call it:
See also: shell.v, Chapter 6 on Modal Tools.
Returns: the clone object.
Scope: cosmic.
Makes a deep copy (object attributes and recursively copying children) of self. The name of all new obejcts have the argument suffix appended.
All attribute values are copied, except for the variables.
[other side effects?]
Example:
This creates a clone of the caller:
Both of the following two lines do the same thing:
See also: Chapter on objects for strategy for copying important variables.
Returns: combined string.
Scope: generic.
Returns the string made by all the arguments combination together. Same as concat().
Example:
Outputs:
Returns: none.
Scope: field.
Geometry configuration. Typically used to take care of the "config" message, which is usually caused by window resizing.
Returns: unaffected.
Scope: field.
Copys a rectangle and paste it at new location within the object's window.
Returns: cosine at the given degree.
Scope: generic.
Cosine value at given degree.
See also: sin().
Returns: number of objects in BCardList.
Scope: stack.
Count the number of objects in the BCardList.
See also: countFCards, BCard, stack.
Returns: number of characters in string.
Scope: generic.
Counts the number of characters in string. Alias to strlen().
See also: strlen().
Returns: number of children objects.
Scope: generic.
Equivalent to objectListCount("children").
Returns: number of objects in FCardList.
Scope: stack.
Count the number of objects in FCardList. Equivalent to objectListCount("FCardList").
See also: countBCards, FCard, stack.
Returns: number of items in string.
Scope: generic.
Comma seperates items.
Returns: number of lines.
Scope: generic.
Counts the number of '\n' charcters in the string.
Returns: the new object.
Scope: cosmic.
Creates an object from the list of attributes. The possible attributes depends on the class of the object to be created.
Example:
See also: chapter on objects.
Returns: the character at the cursor point.
Scope: txtDisp.
The character at the cursor point.
Example:
See also: currentWord(), currentLine().
Returns: (str) text string.
Scope: txtDisp.
Returns the line of text which the cursor is on.
Example:
See also: currentChar(), currentWord().
Returns: (str) tagged string, or nothing.
Scope: txtDisp.
Returns the embedded string associated with the character at the cursor point.
Example:
This text field object displays the string "12345".
See also: previousTag(), nextTag().
Returns: the word at the cursor point.
Scope: txtDisp.
The word at the cursor point.
Example:
See also: currentChar(), currentLine().
Returns: the column number of cursor. -1 if error.
Scope: txtDisp.
Find out the column of which the cursor is on.
See also: txtDisp, cursorRow().
Returns: the row number of cursor. -1 if error.
Scope: txtDisp.
Find out the column of which the cursor is on.
See also: txtDisp, cursorColumn(), cursorRow().
Returns: current cursor shape, or "?" if requested shape is not known.
Scope: generic
Query or Change cursor shape. If no argument is given, the current cursor shape, or "?" is returned.
Recognized cursor shapes are:
Example:
Cursor change is affected only within the window of the method caller.
Returns: none.
Scope: Field.
Cycles the caller object's FGColor, BGColor and BDColor one way or another... Typical use is to provide simple visual feedback for buttons.
Returns: date string.
Scope: generic.
Sample output: ``Mon Aug 29 21:46:34 PDT 1994''
See also: time().
Returns: 1 if successful, 0 if error occured.?
Scope: txtDisp.
De-highlights characters in the line (turns off the REVERSE flag).
The character count argument is ignored. De-highlights to the end of the line.
Returns: undefined.
Scope: cosmic.
For debugging purposes. Used to turn on/off various debugging flags.
Options:
Example:
Returns:
Scope: generic.
Returns:
Scope: generic.
Deletes file.
the interpreter will not permitted the execution of this method if the calling object's 'security' attribute is non zero.
Example:
Returns: undefined.
Scope: txtDisp.
Draws the text field's cursor, if the attribute ``cursor'' is 1.
See also: txtDisp, eraseCursor().
Returns: unaffected.
Scope: field.
Draws a filled oval that fits in the given parameters. (x0, y0) defines upper left corner, and (x1, y1) defines the lower right corner.
See also: drawOval, eraseFillOval, eraseOval, invertFillOval, invertOval.
Returns: unaffected.
Scope: field.
Fills a fill rectangle that fits in the given parameters. (x0, y0) defines upper left corner, and (x1, y1) defines the lower right corner.
Returns: unaffected.
Scope: field.
Draws a line from (x0, y0) to (x1, y1). Reference frame in self's window.
Returns: unaffected.
Scope: field.
Draws oval that fits in the given parameters. (x0, y0) defines upper left corner, and (x1, y1) defines the lower right corner.
See also: drawFillOval, eraseFillOval(), eraseOval, invertFillOval, invertOval.
Returns: unaffected.
Scope: field.
Draws rectangle that fits in the given parameters. (x0, y0) defines upper left corner, and (x1, y1) defines the lower right corner.
Returns: cleared.
Scope: field.
Draws text string at (x,y) in the caller's window. The font used is specified in number (lame). You'd have to look it up in res.font.v. The first font listed in res.font is has fontID 0, and so on.
See also: drawText(), invertText(), chapter on resource objects.
Returns: the gotten attribute.
Scope: generic.
Get environment variable.
Example:
Returns: undefined.
Scope: txtDisp.
Erases the text field's cursor, if the attribute ``cursor'' is 1.
See also: txtDisp, drawCursor().
Returns: unaffected.
Scope: field.
Erase a filled oval that fits in the given parameters. (x0, y0) defines upper left corner, and (x1, y1) defines the lower right corner.
See also: drawOval, drawFillOval, eraseOval, invertFillOval, invertOval.
Returns: unaffected.
Scope: field.
Erases a solid rectangle that fits in the given parameters. (x0, y0) defines upper left corner, and (x1, y1) defines the lower right corner.
Returns: unaffected.
Scope: field.
Erases a line from (x0, y0) to (x1, y1). Reference frame in self's window.
Returns: unaffected.
Scope: field.
Erases oval that fits in the given parameters. (x0, y0) defines upper left corner, and (x1, y1) defines the lower right corner.
See also: drawFillOval, drawOval, eraseFillOval, invertFillOval, invertOval.
Returns: 1 if successful, 0 if error occured.
Scope: field.
Move object to head of list, and visually move window to bottom of window stack.
See also: raise().
Returns: cleared.
Scope: field
Erases text (draws with BGColor)string at (x,y) in the caller's window. The font used is specified in number (lame). You'd have to look it up in res.font.v. The first font listed in res.font is has fontID 0, and so on.
See also: drawText(), invertText().
Returns: the current masks if no argument is given. Otherwise 1 for success, or 0 for failure.
Scope: field.
Event masks selector. Useful for cutting down overhead of handling messages that an object has no use for.
Default event masks are: keyPress keyRelease buttonPress buttonRelease enterWindow leaveWindow leaveWindow button1Motion exposure.
Example:
/* follow the mouse, but loose window enter and leave events */ eventMask("+mouseMove -enterWindow -enterWindow");
See also: txtDisp.
Returns: 1 if object exists, 0 if not.
Scope: cosmic.
Checks to see if the named object is instantiated.
Returns: none.
Scope: cosmic.
Exit program with specified exit value (integer). No automatic saving of objects.
See also: quit().
Returns: cleared.
Scope: field.
Expose event handling method.
Does almost nothing for field class (internally prepares color context...). But for txtDisp, this method redraws only the text for area that is exposed.
See also: txtDisp.
Returns: position where the matching string pattern ends, or -1 if not found.
Scope: generic.
String pattern matching.
Example:
Outputs:
Returns: first object in FCardList.
Scope: stack.
First object in FCardList. See stack class for FCardList object list.
See also: nextCard(), lastCard(), stack.
Returns: floating number.
Scope: generic.
Converts argument to floating point number type.
Example:
See also: float(), str(), char().
Returns: unaffected (Untested).
Scope: cosmic.
Free object attributes and...XXX
Returns: the attribute value.
Scope: generic.
Gets the caller object's slot attribute. See the document on individual classes for applicable slots.
To get another object's slot attributes, use the tweak() function to change scope. This kinda tedious, so something like rget() and rset() (remote get and set) will come to being...
Example:
Getting self's attributes...
See also: set(). tweak(), classHierarchy.
Returns: content of the XWindow clip buffer.
Scope: generic.
Fetches the string in the XClipBuffer (buff 0).
See also: setClipBuffer
Returns: current card object.
Scope: stack.
the ``current'' object in FCardList. See stack class for FCardList object list.
Example:
Take a look at applicaton "roll.v".
See also: stack, setCurrentCard().
Returns: the currently selected data.
Scope: generic.
See also: setSelection().
Returns: variable value.
Scope: generic.
Get a named variable in the object.
Returns: 1 if successful, 0 if error occured.
Scope: txtDisp.
Highlights characters in the line (turns on the REVERSE flag).
See also: txtDisp.
Argument characterCount is ignored. Highlights to the end of the line.
Returns: unaffected.
Scope: cosmic.
A debugger's friend.
Flags:
Example:
Dignostic purpose.
Returns: unaffected.
Scope: generic.
Initializes object. Typically effected by having an object receive a "init" message. See the classScript. Application script writers should never have to use this -- should be called from the classScript.
Returns: the gotten text.
Scope: client.
Reads character from a client (via socket or pseudo terminal).
The attribute inDelimStat is affected:
Example:
Inputting self's attributes...
See also: inputn(), socket, TTY, classHierarchy.
Returns: the gotten text.
Scope: client.
Reads character from a client (via socket or pseudo terminal).
The argument n specifies the number of characters to read from the pipe. If n is more than there is to read, it'll will block (avoid this condition as viola doesn't yet have a way to escape from this).
The attribute inDelimStat is affected:
Example:
Inputting self's attributes...
See also: input(), socket, TTY, classHierarchy.
Returns: undefined.
Scope: txtDisp.
Inserts text into the text field at the cursor point.
See also: txtDisp.
Returns: integer number.
Scope: generic.
Converts argument to integer type.
Example:
Output:
See also: float(), str(), char().
Returns: tesult of last statement in script.
Scope: cosmic.
Interprets the given script string.
the interpreter will not permitted the execution of this method if the calling object's 'security' attribute is non zero.
Example:
Returns: unaffected.
Scope: field.
Inverts the pixels in a filled oval that fits in the given parameters. (x0, y0) defines upper left corner, and (x1, y1) defines the lower right corner.
See also: drawOval, drawFillOval, eraseFillOval, eraseOval, invertOval.
Returns: unaffected.
Scope: field.
Inverts a solid rectangle that fits in the given parameters. (x0, y0) defines upper left corner, and (x1, y1) defines the lower right corner.
See also: drawFillRect(), drawRect(), eraseFillRect().
Returns: unaffected.
Scope: field.
Invert draws a line from (x0, y0) to (x1, y1). Reference frame in self's window.
Returns: unaffected.
Scope: field.
Inverts oval that fits in the given parameters. (x0, y0) defines upper left corner, and (x1, y1) defines the lower right corner.
See also: drawOval, drawFillOval. eraseFillOval, eraseOval, invertFillOval.
Returns: unaffected.
Scope: field.
Inverts rectangle that fits in the given parameters. (x0, y0) defines upper left corner, and (x1, y1) defines the lower right corner.
Returns: cleared.
Scope: field.
Invert draws text string at (x,y) in the caller's window. The font used is specified in number (lame). You'd have to look it up in res.font.v. The first font listed in res.font is has fontID 0, and so on.
See also: drawText(), eraseText().
Returns: 0 (false) or 1 (true).
Scope: generic.
Determines if the string is more than empty or white space.
Returns: the most recent character in keypress queue.
Scope: generic.
Return the pressed key.
Returns: Last object in FCardList.
Scope: stack.
Last object in FCardList. See stack class for FCardList object list.
See also: firstCard(), nextCard(), stack.
Returns: the display line offset. -1 if error.
Scope: txtDisp.
Returns the line offset. Numbering start from 0 (first line displayed).
See also: txtDisp.
Returns: undefine.
Scope:
For dianostic purposes. Lists all objects currently loaded (created or otherwise referenced and caused to come to being).
Returns: file content.
Scope: generic.
Loads and returns content of a file. Error codes???
the interpreter will not permitted the execution of this method if the calling object's 'security' attribute is non zero.
Example:
See also: saveFile.
Returns: 1 if successful, 0 if error occured.
Scope: field.
Move object to head of list, and visually move window to bottom of window stack.
See also: raise().
Returns: unique file path.
Scope: generic
Makes a temporary file given a file template.
Example:
Sorting content of stuff.
Returns: list of two elemenets [0] and [1].
Scope: field.
Queries the mouse position with respect to the root window.
Example:
See also: mouseLocal(), mouseX(), mouseY().
Returns: List of two elements 0 and 1.
Scope: field.
Queries the mouse position with respect to self's window.
Example:
See also: mouse(), setMouse().
Returns: x coordinate of mouse's position.
Scope: field.
Queries the mouse position with respect to the root window, and return the X coordinate.
Example:
See also: mouse(), mouseY(), mouseLocal(), setMouse().
Returns: y coordinate of mouse's position.
Scope: field.
Queries the mouse position with respect to the root window, and return the Y coordinate.
Example:
See also: mouse(), mouseX(), mouseLocal(), setMouse().
Returns: an object in FCardList.
Scope: stack.
``Next'' object in FCardList. See stack. class for FCardList object list.
See also: firstCard(), lastCard(), stack.
Returns: tagged string, or nothing.
Scope: txtDisp.
Returns the embedded string associated with the character at the current cursor point. If no embedded string is found here, characters to the right, until the end of the line, is searched.
Example:
This text field object displays the string "12345".
What this demo does: if you click on character '1', you get the string "one". If click on '2', '3' or '4', you get "four". Clicking on '5' gives you "five".
See also: previousTag(), nextTag().
Returns: character at n1'th place, or range from n1 to n2.
Scope: generic.
Example:
Outputs:
See also: nthItem, nthLine, nthWord.
Returns: object.
Scope: generic.
The n'th object in self's children list.
Returns: n1'th to n2'th Line(s) in the argument string.
Scope: generic.
Extracts the specified lines (from line n1 to n2) from the string. Line numbering start from 0.
Example:
Output: kiwi soda,
See also: nthChar, nthItem, nthWord.
Returns: The n'th object in the named object list.
Scope: generic.
The n'th object in the named object list. Refer to class document for object lists (ie: children, shownNotify...).
Returns: an object.
Scope: generic.
The n'th object in parent' children list.
Returns: the word string if successful, or "" if failed.
Scope: generic
Extracts the specified line(s), at line n1 or from line n1 to n2, from the string. Line numbering start from 0.
Example:
Output;
See also: nthChar, nthItem, nthLine.
Returns: Number of text lines visible. -1 if error.
Scope: txtDisp.
Number of text lines that fits into the window, given the current font.
See also: txtDisp.
Caution: the object struct pointer is the actual pointer to internal object data structure, as opposed to the string name of the object. Has efficiency benefits, but could raise problems if the object is short lived.
Returns: the named object in object type.
Scope: cosmic.
Returns: object count, -1 if the list is not found.
Scope: generic.
Append an object to a named object list.
Returns: object count, -1 if the list is not found.
Scope: generic.
Count the number of objects in a named object list.
Returns: object count, -1 if the list is not found.
Scope: generic
Delete an object from a named object list.
Returns: object count, -1 if the list is not found.
Scope: generic.
Prepend an object to a named object list.
Returns: undefined.
Scope: generic.
Send the message to each objects in the object list.
Returns: Position (starting from 0), -1 if object is not found in list.
Scope: generic.
Return the position an object in the named object list.
In generic, possible lists are: children
Returns: 1 on success, 0 on failure.
Scope: client.
Outputs characters to a client (via socket or pseudo terminal). The outDelimStr is appended to the output string.
See also: input(), inputn(), socket, TTY, classHierarchy.
Returns: an object in FCardList.
Scope: stack.
``Previous'' object in FCardList. See stack class for FCardList object list.
See also: firstCard(), lastCard(), stack.
Returns: an object in FCardList.
Scope: stack.
``Previous'' object in FCardList. See stack class for FCardList object list.
See also: firstCard(), lastCard(), stack.
Returns: tagged string, or nothing.
Scope: txtDisp.
Returns the embedded string associated with the character at the current cursor point. If no embedded string is found here, characters to the left, until the beginning of the line, is searched.
Example:
This text field object displays the string "12345".
What to expect: If you click on character '1', '2' or '3', you get the string "one". If you click on '4', you get "four". And, clicking on '5' gives you "five".
See also: currentTag(), nextTag().
Returns: undefined.
Scope: generic
Prints arguments to stdout.
Example:
Returns: undefined.
Scope: txtDisp.
Called when mouse events are detected. It takes care of moving cursor to the new position in the text field, and text selection.
See also: txtDisp.
Returns: undefined.
Scope: cosmic
Exits program. (BUG: should saves currently loaded objects before exiting. For now, use save() to save objects).
Example:
See also: exit().
Returns: 1 if successful, 0 if error occured.
Scope: field.
Move object to end of list, and visually move window to top of window stack.
See also: lower().
Returns: Random number from 0 to 231 (to 214 on SysV).
Scope: generic.
Returns: undefined.
Scope: field.
The standard object rendering method.
Example:
See also: config().
Returns: File name under which the objects were saved in.
Scope: cosmic.
Saves objects like save(), except that the objects are saved in a file specified by the file path argument (instead of the caller name with ".v" suffix).
Example:
See also: saveAs().
Returns: File name under which the objects were saved in.
Scope: cosmic.
Saves objects like save(), except that the objects are saved in a file specified by the file path argument (instead of the caller name with ".v" suffix).
Example:
See also: save().
Returns: 1 if successful, 0 if error occured.
Scope: generic.
Saves and return content of a file.
the interpreter will not permitted the execution of this method if the calling object's 'security' attribute is non zero.
Example:
See also: loadFile.
Returns: Result of executing call object's script.
Scope: cosmic.
Example:
See also: chapter on message passing, tweak().
Returns: The new value.
Scope: generic.
Set the value of an object attribute. See the class man page for applicable slots in each classes.
Example:
Returns: current card object.
Scope: stack.
Sets a pointer to an object in the FCardList. The object is known as the current card.
See also: stack, nextCard(), previousCard(), getCurrentCard().
Returns: mouse coordinate, relative to root.
Scope: generic.
Warp the mouse position to the specified coordinate.
Returns: undefined.
Scope: generic.
Puts text string in the cut buffer, which can be read by the X-Window cut/paste buffer, and by getSelection().
See also: getSelection().
Returns: Variable value.
Scope: generic.
Set a named variable in the object.
Returns: undefined.
Scope: txtDisp.
Sends ``shownInfoV'' (vertical thumb position and position information) to objects (typically a slider) in the "shownDepend" object list.
For example, the slider's thumb size changes if the number of lines in the text field increases, or if its window size decreases...
See also: txtDisp.
Returns: Sinine at the given degree.
Scope: generic.
Sine value at given degree.
See also: cos().
Returns: seconds slept.
Scope: generic.
Do nothing for n seconds.
Returns: undefined.
Scope: field.
Used for visual feedback -- draws a finger print smudge on the caller object's window. Alternative to cycleColors(). Don't take this method seriously.
Example:
See also: clean(), cycleColors().
Returns: String number.
Scope:
generic.
Converts argument to string type.
See also: float(), str(), char().
Returns: Number of characters in string.
Scope: generic.
Counts the number of characters in string.
See also: countChars().
Returns: Return value from system().
Scope: generic.
Execute the Unix system() call. The interpreter will not permitted the execution of this method if the calling object's 'security' attribute is non zero.
Example:
Returns: (object) Marked object
Scope: generic.
Return the object that was mark()'ed.
Returns: (int) seconds.
Scope: generic.
Returns the elapsed seconds since 00:00:00 GMT, January 1, 1970.
See also: date().
Returns: undefined.
Scope: toggle.
Toggles the object's "toggleState" attributes between 0 and 1. Calls render() as side effect.
Returns: current tool.
Scope: generic.
Select the modal tool. If no argument is given, the name of the current tool is returned.
See also: Chapter 6 on Modal Tools, target(), Chapter 6 on Modal Tools.
Returns: Total number of lines in the text field.
Scope: txtDisp.
Total number of lines in the text field.
See also: txtDisp.
Returns: The last result of interpreting the script argument.
Scope: cosmic.
Interprets the given script string in context of the specified object. Try not to use this evil method. The interpreter will not permitted execution of this method if calling object's 'security' attribute is non zero.
Don't forget semicolons at the end of statements in the script!
Example:
Tell the object named "stranger" to set a variable, and change its name:
Make another object think you're its parent:
Returns: undefined.
Scope: cosmic.
Executes the caller object's classScript. See chapter ____ on more info on the classScript.
Returns: (str) version string.
Scope: generic
Return the Viola version identifier string.
Returns: (int) number of paths set.
Scope: generic.
Set a new path for searching viola object files. The path can also set at start up time using the -path flag. In lieu of -path, the default path comes from the environment variable VIOLA_PATH. In lieu
Example:
Returns: window name.
Scope: field.
Allows you to set a window's name, which is displayed by the window title bar (depending on your window manager). The default window name is the name of the object.
Example:
Find the caller window's x and y position in the root window's reference frame.
Returns: two element list ([0],[1]).
Scope: field.
Alias to print().
Returns: unaffected.
Scope: generic.
See also:
print().
Same as print(), but also prints a '\n';
Returns: unaffected.
Scope: generic.
See also:
print().