proof reading

This commit is contained in:
Jason J Ayala P 2014-09-19 20:33:21 -05:00
parent 7c450ebc0c
commit 86022f3f3f

View File

@ -97,7 +97,7 @@ when compileBadCode:
# More Types and Data Structures # More Types and Data Structures
# #
# Enumerations allow a type to be one of a limited number of values # Enumerations allow a type to have one of a limited number of values
type type
Color = enum cRed, cBlue, cGreen Color = enum cRed, cBlue, cGreen