In Unicode§

See primary documentation in context for method version

method version(Unicode:)

Returns a Version object representing the Unicode version.

say Unicode.version# OUTPUT: «v15.0␤»

In CompUnit§

See primary documentation in context for method version

method version(--> Version:D)

Returns the version information with which the CompUnit object was created (if any).

In role Systemic§

See primary documentation in context for method version

Instance method returning the version of the object as a Version object. Returns a Version object "unknown" if the version could not be established.