Added 'bool' type.
This commit is contained in:
parent
0f83322450
commit
ff93d54adc
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ define(function(require, exports, module) {
|
|||
);
|
||||
var builtinTypes = (
|
||||
"string|uint8|uint16|uint32|uint64|int8|int16|int32|int64|float32|" +
|
||||
"float64|complex64|complex128|byte|rune|uint|int|uintptr"
|
||||
"float64|complex64|complex128|byte|rune|uint|int|uintptr|bool"
|
||||
);
|
||||
var builtinFunctions = (
|
||||
"make|close|new"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue