This website works better with JavaScript
Home
Explore
Help
Register
Sign In
pk
/
fw
mirror of
https://github.com/kpmy/fw.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
21708c7c5f
Branches
Tags
master
v0.1
fw
/
cp
/
constant
/
statement
/
statement.go
statement.go
84 B
History
Raw
1
2
3
4
5
6
7
8
9
package statement
type Statement int
const (
ASSIGN Statement = iota
INC
DEC
)