Moontalk server and client (provided by many parties)
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
385B

  1. require unix/socket.fs
  2. require configuration.4th
  3. s" gforth" environment? [IF]
  4. s" 0.7.3" compare 0= [IF]
  5. require extensions/gforth-0.7.3.4th
  6. [ELSE]
  7. \ we assume the latest version, as 0.7.3 is more than 10 years old already
  8. require extensions/gforth-latest.4th
  9. [THEN]
  10. require extensions/generic.4th
  11. [ELSE]
  12. 2drop cr ." We should never reach this." cr
  13. abort
  14. [THEN]