summaryrefslogtreecommitdiff
path: root/utils/fprcp/demo.pp
blob: e0591abaf68f5bdd7b221d99536e4628966b6ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{test}

//test

const
 x:string='asd            asdasd''asdasdas{{{{';
{//begin}
(*{ASASAS}*)
 ID_NEW=10000;
function ttt:longint;
 function Level2(const x;const y:longint):longint;assembler;
  asm
   mov ax,1
  end;
 const
  ID_OPEN=10001;
var
  xx:record
  end;
  x:byte;
 begin
  case x of
  1:;
  2:;
  end;
 end;
const
 ID_OPEN=3000;
 ID_SAVE = ID_OPEN + 1;
 ID_SAVEAS=$B +$001+ 3;
 ID_CLOSE=abs(-1);
 ID_Exit=pred(4);
 TEST1=1.5;
 test2='sdsadasd';
begin
end.