Unicode variable names: Difference between revisions

m
No edit summary
Line 99:
 
=={{header|BaCon}}==
This is a port from the C example. As mentioned there, C has limited support for Unicode variable names which is specified in the C standard, and BaCon, asbeing a Basic-to-C converter, therefore has the same restrictions. The below example works with the CLang compiler.
<lang qbasic>PRAGMA COMPILER clang
 
Anonymous user