Changed TYPE_FLOAT to TYPE_REAL

This commit is contained in:
Wilson E. Alvarez
2018-12-24 19:28:50 -05:00
parent 206826de62
commit 0ca14438ae

View File

@@ -895,7 +895,7 @@ There are 6 pattern types:
matches the contents of a variable/enum ::
match typeof(x):
TYPE_FLOAT:
TYPE_REAL:
print("float")
TYPE_STRING:
print("text")