added operator './' (float division) and test
This commit is contained in:
@@ -27,8 +27,9 @@ const (
|
||||
SymColon // 16: ':'
|
||||
SymSemiColon // 17: ';'
|
||||
SymDot // 18: '.'
|
||||
SymQuote // 19: '\''
|
||||
SymDoubleQuote // 20: '"'
|
||||
SymDotSlash // 19: './'
|
||||
SymQuote // 20: '\''
|
||||
SymDoubleQuote // 21: '"'
|
||||
SymBackTick // 0: '`'
|
||||
SymExclamation // 0: '!'
|
||||
SymQuestion // 0: '?'
|
||||
|
||||
Reference in New Issue
Block a user