Returns whether cgi or preprocessor script.
Syntax
Parameters
Returns
boolean
|
true if cgi script accessed from ss or iScript Servlet.
false if preprocessor script accessed from sp.
|
Example
if cgi( ) then
println( "Content-Type: text/plain" )
println( "" )
end
|