Class dinfio_info

← Back to Module core



Module core → Class dinfio_info

Description

This class stores all of Dinfio information. Note: This class has no instantiation (constructor) method, please use constant dinfio instead

class dinfio_info


Inheritance

This class does not inherit to any class.


Attributes


Member Functions

This class does not have member functions.


Usage Example

' Assuming you are running Dinfio 3.2.0 on Linux
 
writeln(dinfio.version)    ' Output: 3.2.0
 
if dinfio.is_linux
    writeln("It's Linux")
endif