Implemented const keyword
This commit is contained in:
parent
be028a52d1
commit
0a1a8f741d
21 changed files with 164 additions and 26 deletions
|
@ -31,6 +31,7 @@ var programs = []struct {
|
|||
{"binary", "", "", 0},
|
||||
{"octal", "", "", 0},
|
||||
{"hexadecimal", "", "", 0},
|
||||
{"const", "", "", 0},
|
||||
{"array", "", "", 0},
|
||||
{"escape-rune", "", "", 0},
|
||||
{"escape-string", "", "", 0},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue