I have some problem when starting with REBOL:
- where i can find thinks like the structure of the header of the programs:
REBOL [ Title :" "
Author: "" ] etc ...
- something obvious like using ; to comment ... it's not written anyplace
- how do I use variables into a definition of an array and so
x: ask "Number of X :"
y: ask "Number of Y:"
arr: array [x y] -> error, why?
- there's anyway i can handle connections like on telnet ... so i can programm my own
irc programm and to send an email but sending my own commands ... RCPT TO:, MAIL TO:,
DATA , ...
- i am using the win95 core but i have to go to a DOS window to execute "rebol
program.r" ... isn�t there any run or go command ...
Thank you a lot.
VanHell.
P.D. Do you matter me to send my questions and problems to the list?