Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rebol

When I use error? and try, err need a value

What's the difference between `a: [b 1]` and `a: [b: 1]`, in red?

rebol red

Perform file encoding conversion with Rebol 3

Parse string to find first duplicate character - functional vs. prodecural coding style

rebol rebol2 red

Rebol 3 What are the available border effects for r3gui?

rebol rebol3

How to wrap up a function with a refinement so the refinement isn't required?

function rebol rebol3

Pointers returned from dll function when called from rebol

dll rebol rebol2

How read file real time for chat application?

rebol rebol3 rebol2

What causes a misplaced item error in rebol?

user-interface rebol rebol2

How to parse currency values from a string using PARSE

parsing rebol

Wrapping shared variables using Rebol 3 FFI

rebol rebol3

Rebol/RED parsing. Save ASCII codes from parsed string to variable?

string parsing ascii rebol red

Are OBJECT and CONTEXT synonyms in Rebol2?

object equality rebol rebol2

Read non success http data in rebol

rebol red

VID layout pane supporting multiple face creations [rebol2]

rebol rebol2

How to Convert a Red/Rebol String into a Series

string block series rebol red

Documenting Rebol's dialect

documentation rebol

REBOL 3 - Where can user defined namespace words be accessed?

rebol rebol3

Is there a function to decode encoded unicode utf-8 string like from a form?

forms unicode cgi rebol rebol3

How are words bound within a Rebol module?