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

[REBOL] Re: New Beta View based on Core 2.5.2

From: atruter::hih::com::au at: 7-May-2002 15:40

For those interested, here are the 'what diffs: What's different in the Beta:
> [as-pair "[x y]"] > [attempt "[value]"] > [brightness? "[color]"] > [build-attach-body "[body files boundary]"] > [call {[cmd /input in /output out /error err /wait /console /shell /info]}] > [component? "[name]"] > [compose "[value /deep /only]"] > [construct "[block /with object]"] > [cp "[value /part range /deep]"] > [dump-obj "[obj /match pat]"] > [editor "[file /app app-word]"] > [extract "[block width /index n]"] > [focus "[face /no-show]"]
< [<> "[value1 value2]"] < [> "[value1 value2]"]
> [inform "[panel /offset where /title ttl /timeout time]"] > [link-relative-path "[file]"] > [local-request-file "[parms]"] > [mold "[value /only /all]"] > [notify "[str]"] > [parse-header "[parent data /multiple]"] > [remove-each "['word data body]"] > [request {[str /offset xy /ok /only /confirm /type icon /timeout time]}] > [request-file {[/title title-line button-text /file name /filter filt /keep /only /path /save]}] > [run "[arg /secure-cmd]"] > [save "[where value /header header-data /bmp /png /all]"] > [scroll-drag "[face /back /page]"] > [send {[address message /only /header header-obj /attach files /subject subj /show]}] > [sign? "[number]"] > [suffix? "[path]"] > [unset-internal-words "[]"]
What's different in the old: < [call {[cmd /input in /output out /error err /wait /console /shell]}] < [compose "[value /deep]"] < [demo "[]"] < [editor "[file]"] < [exists-key? "[keypath /hkcr /hkcu /hklm /hku /hkcc /hkdd]"] < [extract "[block width]"] < [focus "[face]"] < [inform "[panel /offset where /timeout time]"] < [mold "[value /only]"] < [parse-header "[parent data]"] < [request "[str /offset xy /ok /only /confirm /timeout time]"] < [request-file {[/title title-line button-text /file name /filter filt /keep /only /path]}] < [save "[where value /header header-data /bmp /png]"] < [send "[address message /only /header header-obj]"] < [view-install "[]"] Regards, Ashley