Browse Source

remove enums from primitive types

abakobo 8 years ago
parent
commit
34955eadce
1 changed files with 0 additions and 1 deletions
  1. 0 1
      modules/monkey/docs/language/types.md

+ 0 - 1
modules/monkey/docs/language/types.md

@@ -20,7 +20,6 @@ The following primtive types are supported by monkey2:
 | `Float`	| 32 bit floating point.
 | `Float`	| 32 bit floating point.
 | `Double`	| 64 bit floating point.
 | `Double`	| 64 bit floating point.
 | `String`	| String of 16 bit characters.
 | `String`	| String of 16 bit characters.
-| `Enum`	| 32 bit UInt Enumerated type.
 
 
 #### Compound types
 #### Compound types