-
In rebol:
```
>> use [x][x: 5 y: func [r][r + x]]
>> y 6
== 11
```
In World:
```
Loading Cortex... Done
World/Cortex 0 (c) John Niclasen, NicomSoft
build: Apr 3 2015 19:29:22
w> do %rebol.w
Loadi…
-
In contemplating what it will take to coordinate the switch of the various Rebol forks to go to .reb for the canon extension, I was reminded that as a showpiece RebolBot is still on .r3 and .r
If the…
-
Interpret(F6):
````
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
PS C:\Users\某用户> cd ":\某用户\Desktop"
cd : パス 'C:\Users\某用户\:\某用户\Desktop' が存在しないため検出できません。…
-
(Original issue 988 created by Oldes on 2014-05-07T14:05:20.855566+00:00)
It's sad true, that for years, REBOL code was invalidly recognized as R code, since last update it's reversed.
Like here:
…
-
_Submitted by:_ **BrianH**
Extensions in R3 are very good for wrapping platform-specific code and making APIs and using them from platform-neutral REBOL code, except for one thing: the name of the fi…
-
_Submitted by:_ **BrianH**
As requested by Carl here: http://www.rebol.net/r3blogs/0274.html
Compressed scripts and modules would save space on disk (or wherever the scripts are stored) and disk…
-
### Description of the Issue
Hi Don,
while the new **Add new languages support: ASN.1, AviSynth, Blitz Basic, Csound, Erlang, escript, Forth, FreeBASIC, LaTeX, MMIX, Nimrod, nnCron, OScript, …
-
_Submitted by:_ **PeterWood**
R3 crashes with a segmentation fault when a binary string over 32262 bytes is loaded. The string is a compressed version of Ladislav's core-tests.r
``` rebol
>> do %dum…
-
_Submitted by:_ **meijeru**
This list was obtained by comparing the list of words from system/contexts/system with the list in http://rebol.com/r3/docs/functions.html. I recognize that that list may …
-
_Submitted by:_ **oldes**
I need to provide binary source into C function, I found two ways:
In both cases I must manually correct the index for case that the source has index > 0.
Which version is…