Programs: Difference between revisions

Line 21:
While inputs can be read anywhere in your program, it can be helpful to organize them into a small section that can be run through at points where it really matters.
 
'''IF DI[101] = ON JMP LBL[4]'''
 
IF DI[102] = ON JMP LBL[5]
'''IF DI[103102] = ON JMP LBL[65]'''
 
IF DI[104] = ON JMP LBL[7]
'''IF DI[103] = ON JMP LBL[86]'''
 
'''IF DI[102104] = ON JMP LBL[57]'''
 
'''JMP LBL[8]'''
 
<br />