0

When copying and pasting a source code with ask instruction in Rebol console, the ask instruction paused the program to let me enter the answer. This for former Rebol version. Now not anymore, the program continues !

Is this a bug ?

Rebol Tutorial
  • 2,738
  • 2
  • 25
  • 36
  • Please be more specific on the versions of REBOL involved and add a stripped-down example illustrating your problem. – earl Aug 18 '09 at 20:11

1 Answers1

2

Trying to reproduce your issue using v2.7.6.3.1, the pasted line after an "ask" would feed it and the next EOL sequence will pass it, so it doesn't stop. This behaviour looks logical to me.

If you think that's a bug or a regression, fill a ticket in RAMBO.

  • This behavior may be usefull in automating test but annoying when testing interactively. I have to copy and paste the code in several steps. – Rebol Tutorial Aug 19 '09 at 12:36