📄 demo3.th
字号:
: 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -