# adding to a list

xtAppInitialize -class Program

xmLabel .label managed \
    -labelString {newline after string @n @n so}

.label getValues \
    -labelString x
puts "label: $x"

. realizeWidget

. mainLoop
