Java compilers or JVM languages that support goto?

前端 未结 9 2178
孤城傲影
孤城傲影 2021-01-12 20:22

Is there a java compiler flag that allows me to use goto as a valid construct? If not, are there any third-party java compilers that supports goto?

9条回答
  •  既然无缘
    2021-01-12 20:58

    You can write your code generator to target Jasmin. You can use goto in Jasmin as much as you like. :-)

提交回复
热议问题