Question: Procedures / formatting and execution

Please excuse this newbie question - but any idea what's wrong with this procedure?

I also wonder how text indent and formatting is done in Maple? Are there any tricks, or is it just doing formatting that it look good.

Last thing - what's the best procedure to post questions like this? Is it just attaching a short code example in original Maple file, or do I copy & paste as text?


 

Warning, premature end of input, use <Shift> + <Enter> to avoid this message.

 

assign('`f__t,90,k`', Property(Class, "f_t,90,k"));
       assign('`f__c,0,k`', Property(Class, "f_c,0,k"));
     assign('`f__c,90,k`', Property(Class, "f_c,90,k"));
     assign('`f__v,k`', Property(Class, "f_v,k"));
     assign('`f__r,k`', Property(Class, "f_r,k"));
     assign('`E__0,mean`', Property(Class, "E_0,mean"));
     assign('`E__0,05`', Property(Class, "E_0,05"));
     assign('`E__90,mean`', Property(Class, "E_90,mean"));
     assign('`E__90,0,05`', Property(Class, "E_90,0,05"));
     assign('`G__mean`', Property(Class, "G_mean"));
     assign('`G__0,05`', Property(Class, "G_0,05"));
     assign('`G__r,mean`', Property(Class, "G_r,mean"));
     assign('`G__r,0,05`', Property(Class, "G_r,0,05"));
     assign('`rho__k`', Property(Class, "rho_k"));
     assign('`rho__mean`', Property(Class, "rho_mean"))

Error, reserved word `end` unexpected

 

``


 

Download proc.mw

Please Wait...