builtin.fs

来自「BIOS Open Platform!」· FS 代码 · 共 33 行

FS
33
字号
\ tag: builtin devices\ \ this code implements IEEE 1275-1994 \ \ Copyright (C) 2003 Stefan Reinauer\ \ See the file "COPYING" for further information about\ the copyright and warranty status of this work.\ \ nodes it's children:" /" find-device  new-device  " builtin" device-name  external  : open true ;  : close ;new-device  " console" device-name  external  : open true ;  : close ;  : write dup >r bounds ?do i c@ (emit) loop r> ;  : read dup >r bounds ?do (key) i c! loop r> ;finish-device\ clean up afterwardsfinish-device0 active-package!

⌨️ 快捷键说明

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