?? rldecode.idel
字號:
\ Running this:\ rlencode some-input-file | run rldecode.idel \ should reproduce some-input-file on standard output.def 0 1 main decode 0 ;def 0 0 decode absorb { code -- code 0 < if else code 0 = if absorb absorb repeat else code copy then then } ;def 2 0 repeat { c n -- 0 n < if c emit c n 1 - repeat else decode then } ;def 1 0 copy { n -- n 0 = if decode else absorb emit n 1 - copy then } ;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -