On 4/8/2024 9:15 PM, Arne Vajhøj wrote: > https://vmssoftware.com/products/python/ > > X86VMS-PYTHON-A0310-0-REL008-1.ZIP $ python Python 3.10.0 (default, Feb 21 2024, 05:22:10) [C] on OpenVMS Type "help", "copyright", "credits" or "license" for more information. >>> print('Hello world!') Hello world! >>> Arne