The document introduces COMEFROM, a proposed programming construct that is the opposite of GOTO and allows code execution to jump to arbitrary points. It argues that writing structured code can be difficult and proposes COMEFROM as a solution to make code more readable by eliminating the need to explicitly define control flow. Using COMEFROM, code execution could jump to statements labeled with COMEFROM from any point. The concept is presented partly in jest to challenge conventions of programming language design.