APLX Help : Help on APL language : System Methods : ⎕CLASSNAME Name of class
|
|
![]() |
|
Implemented for Internal, External and System classes. Syntax:
The niladic system method PT←⎕NEW Point PT.⎕CLASSNAME Point ⎕DISPLAY PT.⎕CLASSNAME ┌→────┐ │Point│ └─────┘ Point.⎕CLASSNAME Point If the class is an External or System class, the class name is preceded by the architecture name and a colon: DT←'.net' ⎕NEW 'System.DateTime' 2007 5 30 DT [.net:DateTime] DT.⎕CLASSNAME .net:System.DateTime |
|
APLX Help : Help on APL language : System Methods : ⎕CLASSNAME Name of class
|
Copyright © 1996-2010 MicroAPL Ltd