discard""" file: "tbug499771.nim" output: '''TSubRange: 5 from 1 to 10true true true'''"""typeTSubRange=range[1..10]TEnum=enumA,B,Cvarsr:TSubRange=5echo("TSubRange: "&$sr&" from "&$low(TSubRange)&" to "&$high(TSubRange))constcset={A}+{B}echoAincset," ",Bincset," ",Cnotincset