>Exit code: 0

when i try to run the script it says >Exit code: 0 off to the right
(i learned autoit but im trying to leare ruby)
i just put in little simple thing
puts "Hello"
whats my problem

(i use SciTE)

···

--
Posted via http://www.ruby-forum.com/.

when i try to run the script it says >Exit code: 0 off to the right
(i learned autoit but im trying to leare ruby)
i just put in little simple thing
puts "Hello"
whats my problem

(i use SciTE)

An error code of 0 means that your program ended successfully. Any other code
than 0 mean a real error.
The error code is displayed only when run from SciTE, it won't be displayed if
it is run normally in a shell.

···

--
Olivier Renaud