Closed Luthaf closed 8 years ago
A variable called type confused syntax highlighting when assigned from a fucntion call, but not when assign from a literal.
(I discovered with this that type is not a reserved word. Fortran parsing must be so hard ...)
type
Nice catch and thanks for posting!
Wow, that is reactivity! Thank you!
A variable called type confused syntax highlighting when assigned from a fucntion call, but not when assign from a literal.
(I discovered with this that
type
is not a reserved word. Fortran parsing must be so hard ...)