Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #7189
| Newsgroups | comp.lang.ruby |
|---|---|
| Date | 2016-02-17 09:18 -0800 |
| Message-ID | <6149b025-ede2-4325-bb27-c1a5e36dc4c4@googlegroups.com> (permalink) |
| Subject | Can someone explain these results to me? |
| From | arekanderu@gmail.com |
```` 2.1.2 :001 > a = 10 => 10 2.1.2 :002 > a+-+-+-+1 => 9 2.1.2 :003 > a+-+-+1 => 11 ```` What exactly is happening with the operators here? Thank you for your time
Back to comp.lang.ruby | Previous | Next — Next in thread | Find similar
Can someone explain these results to me? arekanderu@gmail.com - 2016-02-17 09:18 -0800
Re: Can someone explain these results to me? BartC <bc@freeuk.com> - 2016-02-18 01:25 +0000
Re: Can someone explain these results to me? arekanderu@gmail.com - 2016-02-21 01:14 -0800
csiph-web