31.10.2018, 13:40
Variable names cannot have minus signs in them, because it's a math operator.
Code:
INPUT_A = grp.getvalue('63/1/1')
INPUT_B = grp.getvalue('6/2/11')
if INPUT_A < INPUT_B then
grp.write('1/0/108', false)
end