Rebol 库访问
R2 中的图书馆访问不是免费的吗?我在 Ubuntu 上运行 2.7.8.4.2,当我尝试加载 Dobeash 的 sqlite.r,我看到这条消息:
** Script Error: Feature not available in this REBOL
** Where: main
** Near: version: to tuple! do make
相同的代码似乎在 R2 View 中工作正常!
Isn't library access free in R2? I'm running 2.7.8.4.2 on Ubuntu and R2 complains when I try to load Dobeash's sqlite.r, I see this message:
** Script Error: Feature not available in this REBOL
** Where: main
** Near: version: to tuple! do make
The same code seems to work fine in R2 View!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
/Library 组件仅在免费 REBOL/View 中可用,在免费 REBOL/Core 中不可用。
The /Library component is only available in the for-free REBOL/View, not in the for-free REBOL/Core.