Compress[expr] gives a compressed representation of expr as a string.
Cone
(Built-in Mathematica Symbol) Cone[{{x_1, y_1, z_1}, {x_2, y_2, z_2}}, r] represents a cone with a base of radius r centered at (x_1, y_1, z_1) and a tip at (x_2, y_2, z_2). Cone[{{x_1, y_1, z_1}, {x_2, ...
DeleteContents is an option for DeleteDirectory that specifies whether the contents of directories should automatically be deleted.
DelimiterFlashTime is an option for cells and notebooks that specifies how long in seconds a delimiter should flash when its matching delimiter is entered.
Deployed is an option for displayed objects, cells, and notebooks that specifies whether their contents should be considered deployed, so that elements such as Slider, ...
Directive[g_1, g_2, ...] represents a single graphics directive composed of the directives g_1, g_2, ....
EnterExpressionPacket[expr] is a MathLink packet that requests the evaluation of expr.
Export
(Built-in Mathematica Symbol) Export["file. ext", expr] exports data to a file, converting it to the format corresponding to the file extension ext. Export[file, expr, " format"] exports data in the ...
FileDate["file"] gives the date and time at which a file was last modified. FileDate["file", " type"] gives information on the specified type of date associated with a file.
FileExistsQ["name"] gives True if the file with the specified name exists, and gives False otherwise.