-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
DecompilerDecompilerDecompiler
Description
Input:
local sqTolerance = tolerance ~= nil and tolerance^2 or 1Output:
var113 = var11 ^ 2
if var1 == nil or not var113 then var3 = 1
endNote: The result generated from the TEST (and probably also TESTSET) returns an invalid IF statement instead of valid ternary.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DecompilerDecompilerDecompiler