The R Project SVN R

Rev

Rev 23591 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23591 Rev 23645
Line 64... Line 64...
64
 
64
 
65
	 language3=
65
	 language3=
66
	 c("environment<-",
66
	 c("environment<-",
67
	   "length",	"length<-",
67
	   "length",	"length<-",
68
	   "class",	"class<-",
68
	   "class",	"class<-",
69
	   "dataClass", "objWithClass",
-
 
70
	   "attr", # again
69
	   "attr", # again
71
	   "attr<-",
70
	   "attr<-",
72
	   "attributes",	"attributes<-",
71
	   "attributes",	"attributes<-",
73
	   "dim",		"dim<-",
72
	   "dim",		"dim<-",
74
	   "dimnames",	"dimnames<-",
73
	   "dimnames",	"dimnames<-",