[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.7.3 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

参照
6.7.1 newstruct, 4.2.9 構造体定義


This document was generated by root on March, 5 2004 using texi2html