rebol3 - multi-line statements in REBOL? -


an annoying problem i'm having rebol3 repl won't accept multi-line statements. instance, type "some_obj: make obj! [" , hit enter, , continue statement.

this relevant me using vim plugin sends visually selected source code repl.

i have read on stackoverflow question rebol2 supports multi-line statements, while rebol3 not. has provided fix this, or there fork multi-line support in repl?

unfortunately rebol 3 console doesn't support multi line statements.

i write statements text editor, copy them clipboard , in rebol3 console:

do string! read clipboard:// 

better put function:

do-clip: [do string! read clipboard://] 

Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -