m-carrasco / TinyBCT

MIT License
3 stars 2 forks source link

use of reserved words as variable names (needs some renaming) #60

Open garbervetsky opened 6 years ago

garbervetsky commented 6 years ago

For instance the word "type" cannot be used as variable but a C# program can have a variable named "type". We need to use a new name like "$type"