Staging
v0.8.1
https://github.com/git/git
Raw File
Tip revision: a5979d7009017c79b0100b7b66e8567b3ad7b022 authored by Junio C Hamano on 17 March 2020, 20:37:37 UTC
Git 2.19.4
Tip revision: a5979d7
post
10.downto(1) {|y| puts y}
(1) (-1e10) (0xabcdef) 'y'
[x] x->y x.y
!x ~x x++ x-- x*y x&y
x*y x/y x%y
x+y x-y
x<<y x>>y
x<y x<=y x>y x>=y
x==y x!=y
x&y
x^y
x|y
x&&y
x||y
x?y:z
x=y x+=y x-=y x*=y x/=y x%=y x<<=y x>>=y x&=y x^=y x|=y
x,y
back to top