- Subject: [slang-users] What is DataType_Type??
- From: Duke Normandin <dukeofperl@xxxxxxxxxxx>
- Date: Mon, 19 Nov 2012 21:19:14 -0700
I'm back at it ....
-------------------------------8<---------------------------------------
a=2.3;
() = printf ( "The variable 'a' has this data-type %S\n", typeof(a)
);
variable b = typeof(a);
() = printf ( "The variable 'b' has this data-type %S\n", typeof(b)
);
-------------------------------8<-----------------------------------------
I gather then that a datatype cannot be "assigned" to a variable.
Is that correct?
So what's a DataType_Type?? A catch-all type, sort of?
--
Duke
[2012 date index]
[2012 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]