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

[REBOL] Suggestion for Rebol-list

From: rebolinth::nodep::dds::nl at: 14-Mar-2002 19:27

Hello All and RT, I have a suggestion??? Why not make a suggestion listing comming from the rebol-list? Im noticing that there is many input from users maybe we can summerize those per Rebol/xxx package and present them to the Rebol Team? Thats easier for us and for the RT.. I.e. I have some enhancements I would like to see inside rebol/core but maybe someone else also has this suggestion?...etc.... Like:> to-positive: func ["Converts to positive value." value "Value to convert"] [to integer! :value ] [ value: value - (value + value) ] to-negative: func ["Converts to positive value." value "Value to convert"] [to integer! :value] [ value: - value ] and some more... Its just a kick infront of the goal...but lets see who is interested in sharing the thought?? (R)egards, Norman.