Преглед на файлове

remove enums from primitive types

abakobo преди 8 години
родител
ревизия
34955eadce
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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.
 | `Double`	| 64 bit floating point.
 | `String`	| String of 16 bit characters.
-| `Enum`	| 32 bit UInt Enumerated type.
 
 #### Compound types