rebol --do和red --do

时间:2017-10-21 13:43:08

标签: rebol red

为什么rebolview - “print 1 + 2”在控制台中没有显示结果?

为什么红色 - “打印1 + 2”会产生错误

Blaze Plan

1 个答案:

答案 0 :(得分:2)

这里rebolview在控制台中显示结果

3
>> 
>> help system        
SYSTEM is an object of value: 
   version         tuple!    2.7.8.4.3 
   build           date!     6-Jan-2011/22:55:55-8:00 
   ..

但是Red不知道命令 - 执行。所以它试图运行文件--do ..

此时你可以看到Red支持的内容,例如在Linux上使用

./red  -h