Subversion Repositories wimsdev

Rev

Rev 105 | Rev 4158 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

!if $wims_read_parm!=slib_header
 !goto proc
!endif
slib_title=Returns a chemical equation reversed
slib_parms=1\
 , molecule or chemical equation
slib_author=Georges Khaznadar
slib_license=GPL
slib_out= the chemical equation, reversed
slib_comment=Enter formulas as accepted by the command chemeq
slib_example= Cr2O7^2- + 14H^+ + 6e^- -> 2 Cr^3+ + 7H2O\
Fe^3+ + e^- -> Fe^2+

!exit

:proc

!reset chemeq_option
chemeq_option=m
slib_out=!exec chemeq H -> H ~ $wims_read_parm
!reset chemeq_option