Implemented numbers with different bases
This commit is contained in:
parent
0e999cae92
commit
6d77a8a120
11 changed files with 165 additions and 12 deletions
|
@ -22,6 +22,9 @@ var programs = []struct {
|
|||
{"reuse", "", "", 0},
|
||||
{"reassign", "", "", 0},
|
||||
{"return", "", "", 0},
|
||||
{"binary", "", "", 0},
|
||||
{"octal", "", "", 0},
|
||||
{"hexadecimal", "", "", 0},
|
||||
{"math", "", "", 0},
|
||||
{"precedence", "", "", 0},
|
||||
{"bitwise-and", "", "", 0},
|
||||
|
@ -30,7 +33,7 @@ var programs = []struct {
|
|||
{"shift", "", "", 0},
|
||||
{"modulo", "", "", 0},
|
||||
{"modulo-assign", "", "", 0},
|
||||
{"division-split", "", "", 0},
|
||||
{"div-split", "", "", 0},
|
||||
{"negative", "", "", 0},
|
||||
{"negation", "", "", 0},
|
||||
{"square-sum", "", "", 0},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue