tokkee.org
Code
projects
/
git.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'ly/mktree-using-strbuf'
[git.git]
/
t
/
t4034
/
ruby
/
pre
1
10.downto(1) {|x| puts x}
2
1 -1e10 0xabcdef 'x'
3
[a] a->b a.b
4
!a ~a a++ a-- a*b a&b
5
a*b a/b a%b
6
a+b a-b
7
a<<b a>>b
8
a<b a<=b a>b a>=b
9
a==b a!=b
10
a&b
11
a^b
12
a|b
13
a&&b
14
a||b
15
a?b:z
16
a=b a+=b a-=b a*=b a/=b a%=b a<<=b a>>=b a&=b a^=b a|=b
17
a,y