Repository URL to install this package:
unit uenum2b; interface type tenum = (tone, ttwo, tthree); implementation end.