//0 # all parts below have coordinates xyz=-1,0,1 formatted in various ways. p: x=-1, y=0, z=1 # fr clamped to 4 (max), s clamped to 0.1 (min), dn set to default (because "" is invalid for type 'f'); Vstyle set to "" (empty is valid for type 's') p:-1,0,1, dn=0.5, fr=99, s=0, dn=, Vstyle= # y=0 overwrites y=9 p:i="",x=-1,9,y=0,1 # the second assignment for y sets it to 0 ("" is invalid); skipped z after "y=" does not affect the value; i and Vstyle set to "," p:z=1,y=2,x=-1,y=,,i=",","," # i and Vstyle set to ",\ (to test quotation) p:"-1",,z="1",i="\",\\","\",\\" # connect all parts to make the model valid j:0,1 j:1,2 j:2,3 j:3,4 # the following genotype results from running the "fullprops" program (see fullprops.cpp) on the genotype above: fullprops