repo.or.cz
/
git
/
gitweb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
.mailmap: combine more (email, name) to individual persons
[git/gitweb.git]
/
t
/
t4034
/
ruby
/
post
blob
7678f14e148e3c8719748081021812a6095fd4b9
1
10.downto(1) {|y| puts y}
2
(1) (-1e10) (0xabcdef) 'y'
3
[x] x->y x.y
4
!x ~x x++ x-- x*y x&y
5
x*y x/y x%y
6
x+y x-y
7
x<<y x>>y
8
x<y x<=y x>y x>=y
9
x==y x!=y
10
x&y
11
x^y
12
x|y
13
x&&y
14
x||y
15
x?y:z
16
x=y x+=y x-=y x*=y x/=y x%=y x<<=y x>>=y x&=y x^=y x|=y
17
x,y