mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v2: match, <<=, >>=, |=, ~, unsafe, map init
This commit is contained in:
@ -215,6 +215,7 @@ fn parser(s string) (int,PrepNumber) {
|
||||
state = FSM_C
|
||||
if c == PLUS {
|
||||
c = s[i++]
|
||||
//i++
|
||||
}
|
||||
else if c == MINUS {
|
||||
pn.negative = true
|
||||
|
Reference in New Issue
Block a user