Go to the first, previous, next, last section, table of contents.


struct_type

struct_type(name|object)
:: 構造体の識別番号を取得する.
return
整数
name
文字列
object
構造体
[10] struct list {h,t};    
0
[11] A=newstruct(list);
{0,0}
[12] struct_type(A);
3
[13] struct_type("list");
3
参照
section newstruct, section 構造体定義


Go to the first, previous, next, last section, table of contents.