?? running.sml
字號:
(* running.sml * * COPYRIGHT (c) 1997 Bell Labs, Lucent Technologies. * * A flag to tell us if CML is running. This gets set and cleared in the * RunCMLFn functor, but other modules need to test it. *)structure Running = struct val isRunning = ref false end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -