Software.name

Formatted name of the software. It should be used for display and usage purposes.

struct Software
enum string name;

Examples

writeln("You're running ", Software.name, " based on SEL");

Meta