|
|
|
|
|
|
|
|
|
(function factoryXYZ(thread) { const target = thread.target; const runtime = target.runtime; const stage = runtime.getTargetForStage(); |
|
const b0 = runtime.getOpcodeFunction("looks_say"); |
|
const b1 = stage.variables["Kl,Own0m6{^v3$E{Wsc="]; |
|
return function* genXYZ () { |
|
yield* executeInCompatibilityLayer({"MESSAGE":"plan 6",}, b0, false, false, null); |
|
b1.value = "\t"; |
|
startHats("event_whenbroadcastreceived", { BROADCAST_OPTION: "message1" }); |
|
retire(); |
|
}; }) |
|
|
|
|
|
(function factoryXYZ(thread) { const target = thread.target; const runtime = target.runtime; const stage = runtime.getTargetForStage(); |
|
const b0 = stage.variables["Kl,Own0m6{^v3$E{Wsc="]; |
|
const b1 = runtime.getOpcodeFunction("looks_say"); |
|
return function* genXYZ () { |
|
if (compareEqual(b0.value, ("0" + ""))) { |
|
yield* executeInCompatibilityLayer({"MESSAGE":"pass \\t in a variable = string 0",}, b1, false, false, null); |
|
} |
|
if (compareEqual("\t", ("0" + ""))) { |
|
yield* executeInCompatibilityLayer({"MESSAGE":"pass literal \\t = string 0",}, b1, false, false, null); |
|
} |
|
if (compareEqual((" " + ("" + b0.value)), ("0" + ""))) { |
|
yield* executeInCompatibilityLayer({"MESSAGE":"pass \\t and other spaces = string 0",}, b1, false, false, null); |
|
} |
|
if (compareEqual(b0.value, (0 + 0))) { |
|
yield* executeInCompatibilityLayer({"MESSAGE":"pass \\t in a variable = number 0",}, b1, false, false, null); |
|
} |
|
if (compareEqual("\t", (0 + 0))) { |
|
yield* executeInCompatibilityLayer({"MESSAGE":"pass literal \\t = number 0",}, b1, false, false, null); |
|
} |
|
if (compareEqual((" " + ("" + b0.value)), (0 + 0))) { |
|
yield* executeInCompatibilityLayer({"MESSAGE":"pass \\t and other spaces = number 0",}, b1, false, false, null); |
|
} |
|
yield* executeInCompatibilityLayer({"MESSAGE":"end",}, b1, false, false, null); |
|
retire(); |
|
}; }) |
|
|