?? superstatement.java
字號(hào):
import java.util.*;public class SuperStatement { protected static int labels = 0; protected static int toLabel = 0; protected static Hashtable state = Program.state; protected String labelling() { String label = "\0"; switch (toLabel) { case 0: label = " "; break; case 1: case 2: case 3: case 4: case 5: case 6: case 7: case 8: case 9: label = "L"+toLabel+": "; break; default: label = "L"+toLabel+":"; break; } toLabel = 0; return label; }}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -