|
@@ -75,6 +75,7 @@ Procedure ReadStr(Const S : String; Args : Arguments);
|
|
|
Procedure Pack(Const A : UnpackedArrayType; StartIndex : TIndexType; Out Z : PackedArrayType);
|
|
|
Procedure UnPack(Const Z : PackedArrayType; Out A : UnpackedArrayType; StartIndex : TIndexType);
|
|
|
Function Slice(Const A : ArrayType; ACount : Integer) : ArrayType2;
|
|
|
+Function TypeInfo(Const T : AnyType) : Pointer;
|
|
|
|
|
|
{$IFNDEF GO32V2}
|
|
|
Var
|