🦋 "BASIC" to Swift

A couple of notes about this translator

First off a variable used in a FOR/NEXT loop is IMMUTABLE… meaning you cannot alter its value within the loop… contrary to what Xojo does for example.

Use of variables is very STRICTLY typed. this is to stay in line with the underlying Swift datatype rules. The translator can “sometimes” infer and add type casting code… but not always