Verse compiler mistreats ToString(:logic) as ToString(:[]char)

Hey @Jimbohalo10,

In my function, logic is used as the type:

ToString(Val:logic) : string = if (Val?). "true" else "false"