On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

There is no such thing as 100% basic syntax, every basic syntax is different. Eg RCBasic uses Wait (time), "ordinary" BASIC dialects use Pause time...  <--- Hello, I understand what you meant. However, I didn't mean the syntax mentioned by you.  

Actually, I meant the following kind of syntax:

In BasicC, uses C syntax in:  "==" for equality, "! =" for inequality.
But In all real BASIC dialects( or 100% BASIC dialects): use  "=" and "<>". 

In other words, I want to ask this question: "Will you change the C syntax inside BasicC to BASIC syntax in future versions of BasicC? Thus your dialect(BasicC) will become a 100% BASIC dialect.