dcl:lst2dcl

说明:将 lst 格式的DCL 描述表达式转为 DCL 格式. lst 格式说明:当为点对时,表示为属性值对,当为列表时,第一个元素为 Tile 名。

用法:
 (dcl:lst2dcl lst)

参数:1 lst : 列表;

返回值:String

示例:
(dcl:lst2dcl '(button (key . btn)(label . BTN)(width . 20)(height . 3)) ;; => :button {key="btn";label="BTN";width=20;height=3;}