?- get(@pce, convert, '{left,center,right}', type, X), ?- get(X, copy, format_name, _).
Creates a type format_name that accepts the names ’left’, ’center’ or ’right’.
format_name
->