← index
ActAsUserString
inherits Mixin · defined at core/00-bootstrap.qn:106
core/00-bootstrap.qn:106
Marker mixin for classes constructible from a tagged string literal: #Name'text' compiles to Name.newUserString:'text' (see ANSI).
#Name'text'
Name.newUserString:'text'