Type_Info_Procedure

STRUCT

Struct Description

Type info data structure for procedures.

Listing

Fields

return_type Type of the function result.
argument_types Type info for each of the arguments to the function (if any).

Details

Fields

return_type

return_type : ^Type_Info;

Type of the function result.

argument_types

argument_types : [] ^Type_Info;

Type info for each of the arguments to the function (if any).

 

 

 

 

 

 

 

 

 

 

jailang 2019 pixeldroid
https://github.com/pixeldroid/jailang
programming pages theme v0.5.21 (https://github.com/pixeldroid/programming-pages)