I would like to make sure that my modules do not interfere with d lang. Is there any way to escape reserved words?
https://dlang.org/spec/lex.html#keywords


import alias;

C:\Users\Juozas\Desktop\om.d(2): Error: identifier expected following import
C:\Users\Juozas\Desktop\om.d(2): Error: ; expected


module abstract;
C:\Users\Juozas\Desktop\commands\alias.d(1): Error: identifier expected following module

Reply via email to