# test Dimension to String

label .label managed
.label getValues -width w -height h
puts stdout "Width: $w, height: $h"

