anew 鍵盤視窗 256 value WindowSize_W 256 value WindowSize_H 256 value WindowPosition_X 256 value WindowPosition_Y create a1$ 256 allot ColorObject TheNextColor \ 使用 顏色物件 :Object 鍵盤 a1$ +place s" ascii: " a1$ +place 0 <# # # # # # # # # #> a1$ +place Paint: self 0 ;M ;Object \ ----------------------------------------------------------------------- : end-demo ( -- ) \ close the demo window Close: 鍵盤 ; : demo ( -- ) \ start running the demo program Start: 鍵盤 ; demo