You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to create a label with name starting with . ?
Based on syntax I expected $.text would do that as $ is documented as an escape symbol to prevent special interpretation, but it doesn't work for such cases.
Is there a way to create a label with name starting with
.?Based on syntax I expected
$.textwould do that as$is documented as an escape symbol to prevent special interpretation, but it doesn't work for such cases.