SCORE="0"
if (("$SCORE" < "1")) then echo "true" else echo "false" fi
if ("$SCORE" < "1" ): print("true") else: print("false")
ÿ