$ImportFormats gives a list of import formats currently supported in your Mathematica system.
$LibraryPath gives the default list of directories to search in attempting to find a library.
MathLink allows you to run external programs under whatever debugger is provided in your software environment. MathLink-compatible programs are typically set up to take ...
In doing calculations, you will often need to use previous results that you have got. In Mathematica, % always stands for your last result. Ways to refer to your previous ...
Mathematica usually goes about its work silently, giving output only when it has finished doing the calculations you asked for. However, if it looks as if Mathematica is ...
Mathematica includes many commands for word processing and formatting. You can set the following cell options from the Format menu: style, font, face, size, text color, ...
CUDACCompilers[] gives a list of C compilers detected on system and supported by NVCCCompiler.
SQLCatalogNames[conn] returns the names of the catalogs in an SQL connection.
SQLRollbackTransaction[conn] terminates an SQL transaction. SQLRollbackTransaction[conn, savepoint] returns to an SQLSavepoint.
SQLSchemaNames[conn] returns the names of the schema in an SQL connection.