jiphy
jiphy copied to clipboard
Bad conversion py->js: "sensor" -> "sens||"
Converting from python to javascript, the two letter phrase "or" is converted to "||" any time it is followed by whitespace (same for "and" / "&&")
cmd = operand + operator + args becomes cmd = oper&& + operat|| + args;
Same for "def", "not", "del".
model = undef + 1 axis = knot + 2
becomes
modelete = unfunction + 1; axis = k!+ 2;