The END command shuts down any outputs and stops the processor from executing any more commands. An END command is automatically added after the last line of your program.
END
' END Example ' End.txt ' Kic8 ' Turn on all outputs LET PINS = 255 ' End of program END