⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test-input

📁 idel虚拟机源码
💻
字号:
\ Running this:\   rlencode some-input-file | run rldecode.idel \ should reproduce some-input-file on standard output.: 0 0 decode   absorb { code --  code 0 < if                                         else code 0 = if                      absorb absorb repeat                    else                      code copy                    then then } ;: 2 0 repeat  { c n --  0 n < if  	      c emit  	      c  n 1 -  repeat	    else	      decode 	    then } ;: 1 0 copy  { n --  0 n = if  	    decode	  else	    absorb emit  n 1 - copy	  then } ;: 0 0 main   decode ;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -