# example from page 55 typeset -u x=abc # x will have value ABC. typeset -L2 -l y=ABC # y will have value ab. print x=$x y=$y