/* gets symbolsize with optional item, e.g. W0.markersize(2) */ markersize(s, item) { if (argc < 2) { item = 1; } getsymbolsize(s, item); }