Hey, I was doing some tutorials where I used the get procedure
i.e
name = get
however, I counldn;t type anything in using the SciTe (after pressing F5)
Printable View
Hey, I was doing some tutorials where I used the get procedure
i.e
name = get
however, I counldn;t type anything in using the SciTe (after pressing F5)
I don't use SciTe, but shouldn't that be?Code:name = gets
Yeah, gets is for command-line input. get is used in Rails functional tests to perform a HTTP GET on a URL.