Node:CString, Next:, Previous:Cos, Up:Reference



CString

(Under construction.)

Synopsis


type
  CString = ^Char;

Description

Conforming to

CString is a GNU Pascal extension.

Example


program CStringDemo;
var
  s: CString;
begin
  s := 'Hello, world!';
  {$X+}
  WriteLn (s)
end.

See also