Fix is_valid_float, Variant parser, Expression parser, script highlighter, and TextServer not handing capital E in scientific notation.
This commit is contained in:
parent
a63a8b430b
commit
b50d9742c2
10 changed files with 52 additions and 35 deletions
|
|
@ -4,6 +4,8 @@ func test():
|
|||
const _VECTOR = Vector2(5, 6)
|
||||
const _ARRAY = []
|
||||
const _DICTIONARY = {"this": "dictionary"}
|
||||
const _FLOAT1 = 1e2
|
||||
const _FLOAT2 = 1E2
|
||||
|
||||
# Create user constants from built-in constants.
|
||||
const _HELLO = PI + TAU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue