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

[REBOL] Re: announce: slashdot-viewer

From: anton:lexicon at: 19-Jul-2002 15:14

Almost for me. I will try again. I ran it in console of REBOL/View 1.2.5.3.1 6-May-2002. It downloaded a whole bunch of stuff, showing a "dyna-gui" with "happy birthday code red" in it. Then bombed out with this (you can see my file copy function 'cp, is already defined):
>> do http://www.stuff.mynetcologne.de/reb/slashdot/slashdot-viewer.r
** Script Error: cp expected original argument of type: file ** Where: context ** Near: lay: cp [ backdrop slash-bg effect [emboss fit] across title "README" underline gold [ view/new readme-lay ] pad 15x0 ti: title "select skin" underline gold tx: text as-is right {Developed by Volker, Gregg, and Chris. Thanks to by Joanna and the mailing list for the idea, and RT for IOS developer server where we collaborated.} return pad 20x0 ] foreach [file xlay]
>> ? cp
USAGE: CP original clone /over /quiet DESCRIPTION: Copy from original to clone CP is a function value. ARGUMENTS: original -- file or directory (Type: file) clone -- file or directory (Type: file) REFINEMENTS: /over -- Allow overwriting. Asks for your permission. /quiet -- Don't print Anton.