a:08:30:00.423
b:string(b.second), “:”, string `int$mod[b;1000]
“08:30:00”
,“:”
,“4”
,“2”
,“3”
c:string(b.second)
“08:30:00”
d:string `int$mod[b;1000]
“423”
e:c,“:”,d
“08:30:00:423”
Why is there a difference between b and e ?
Is there a way to have b as “08:30:00:423” without temporary variables ?