demo3.th
来自「1984-1993模糊 C 源代码竞赛.zip 非常的好,不过这是DOS格式,」· TH 代码 · 共 16 行
TH
16 行
: printfour dup ( save the number on top of the stack ) 4 = ( compare it to four ) if " forth " ( output a string for it ) drop ( and delete the saved value ) else . endif;: demo3 10 0 do i printfour loop cr ;demo3
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?