!if $wims_read_parm!=slib_header
 !goto proc
!endif
slib_title=Molar Mass
slib_parms=1\
 , molecule 
slib_author=Georges Khaznadar
slib_license=GPL
slib_out= molar mass
slib_comment=Enter formulas without subscripts, as accepted by the command chemeq
slib_example= H2\
CH4\
HCO3^-\
Fe2(SO4)3

!exit

:proc


chemeq_option=M
slib_out=!exec chemeq $wims_read_parm
!reset chemeq_option

