Renamed icon indicating copy to clipboard operation
Renamed copied to clipboard

Variables without an explicit type are not supported

Open JosephDuffy opened this issue 1 year ago • 0 comments

Some variables can be created without explicit typing, such as var value = 1, which implicitly has the type Int.

I couldn't find an obvious easy way to lookup the type of the variable, so some extra parsing may be required. String, Int, Bool etc. are easy but arrays are harder.

JosephDuffy avatar May 19 '23 20:05 JosephDuffy