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

[REBOL] Re: Rube Goldberg REBOL

From: lmecir::mbox::vol::cz at: 10-Nov-2001 12:43

Hi, tried to cut&paste this to console and saw that it didn't work (parens do not cause the interpreter to continue on the next line). Is that intentional? REBOL [ Title: "Rube Goldberg REBOL" Author: "Jeff Kreis" Purpose: "Purposely obfuscated for fun" ] ( ( (`': ( (sw': ( (sw': do ( d': :do ) d' ( g': :get ) d' ( i': :in ) s': :rebol d' ( l': :load ) d' ( _': :form ) ( pick d' ( p': :pick ) s' 1 6 ) ) p' sw' 1 ) ) (`': to-url _' #{ 789CEDC4410900000804B06E823F41B8FE61CC216C8FA56B27 9224499224499224499224499224E95307A89DA0A600280000 } ) (d' ( ?': func [?'] [ l' _' ?'] ) (*': ?' `') ( ?' ( p' sw' 304 ) ) ) ) ) ) print d' `' *' )