Phantom Documentation

[Help Home] [Phantom Home]
what

void what()

Return Type: void
Parameters: none

void what(string)

Return Type: void
Parameters: string

Description:
This function, when used without a parameter, shows the function packages loaded and the available variable types.


Example Code
1 >>what();
Available Data Types:
  int, real, bool, string, void
  exception, file, bitmap, options, window
  regkey

Available Packages:
  Standard
  Phantom



To see the contents of a package, pass the string name of the package to the 'what' function. All functions in the package along with their respective return types and parameter types will be displayed.


Example Code
1 >>what("Standard");
Package 'Standard'
Function Names           Return      Parameters
------------------------------------------------------------------------------
abs                      real        real
acos                     real        real
asin                     real        real
atan                     real        real
atan2                    real        real,real
cd                       void        string


...
...
...


Copyright 2000-2011 Phantom Automated Solutions