4 lines
134 B
Text
4 lines
134 B
Text
enum NEXT,DATA
|
|
type slnode(object x)
|
|
return (sequence(x) and length(x)=DATA and myotherudt(x[DATA]) and integer(x[NEXT])
|
|
end type
|