APLX Help : Help on APL language : System Functions & Variables : ⎕CLASSES References to user-defined and external classes
|
|
![]() |
|
The niladic system function In this example, we have three user-defined classes in the workspace, and we also create a reference to the .Net DateTime class: )CLASSES LiteraryWork Poem Sonnet DT←'.net' ⎕NEW 'System.DateTime' 2007 5 30 CLASSDT←DT.⎕CLASSREF CLASSDT {.net:DateTime} ⎕CLASSES {LiteraryWork} {Poem} {Sonnet} {.net:DateTime} |
|
APLX Help : Help on APL language : System Functions & Variables : ⎕CLASSES References to user-defined and external classes
|
Copyright © 1996-2010 MicroAPL Ltd