pro testpro, x, y, z, w, charsize = charsize, thick = thick if not keyword_set(charsize) then charsize = 3 plot, x, y, charsize = charsize, thick = thick x = 2 * x z = 4 * x w = 3 * x print, charsize end