| Did you know ... | Search Documentation: |
| char_array<-label_name |
<-default_label
to compute a nice looking label from a nice looking identifier in the
host language. It performs the following transformations:
->syntax)
is transformed into a space.
:- pce_extend_class(name).
label_name(Name, Label:name) :<-
( translate(Name, Label)
-> true
; get_class(Name, char_array,
label_name, Label)
).
:- pce_end_class.
<-default_label