Decompiling Scripting
As a decompiler, this also doesn't make sense.
- Refer to Scripting for the original instructions.
Section A: Using directives.
Find out what using directives are unnecessary. The number indicates the using directives from top to bottom on the first 3 lines of the code. Simply click the line with the "using" directive to comment or uncomment it. A grayed line denotes that a directive is commented out.
Lit and Unlit refer to the number of lit and unlit indicators in the table provided. SN refers to serial number.
More lit indicators than unlit indicators | SND, TRN, or CLR indicators present | Lit FRQ, SIG, or BOB indicators present | Unnecessary Directives |
---|---|---|---|
False | False | False | None |
False | False | True | 3 only |
False | True | False | 2 only |
False | True | True | 2, 3 if the number of indicators is greater than the last digit in SN, None otherwise |
True | False | False | 1 only |
True | False | True | 3 if the last digit in SN is even, None otherwise |
True | True | False | 1, 2 if the number of batteries is even, None otherwise |
True | True | True | 1, 2, 3 |