Naming conventions: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: Some unicode -> all.)
Line 1,039: Line 1,039:
Variable names are case-sensitive and may not contain any embedded operators or spaces<br>
Variable names are case-sensitive and may not contain any embedded operators or spaces<br>
Over-loading or over-riding the names of variables and routines is generally frowned upon<br>
Over-loading or over-riding the names of variables and routines is generally frowned upon<br>
Some unicode characters are permitted, in an ad-hoc manner via fairly trivial mods to ptok.e<br>
All unicode characters are permitted, via what turned out to be fairly trivial mods to ptok.e<br>
The pGUI.e library retains the original IUP C names, eg IupDialog<br>
The pGUI.e library retains the original IUP C names, eg IupDialog<br>