Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: wait on system/port/input - copy a

From: arolls::bigpond::net::au at: 20-Aug-2001 18:06

After your b: copy {a} ; a string! b == {a} == "a", therefore ("-" = b) will always be false. You should probably try: b: copy a ; press "-", enter, then escape key b ; == ["-"] first b ; == "-"