Skip to content
Snippets Groups Projects
Commit b72691d8 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix basic set definition

They are defined as keyword and not single character, which may lead to
inappropriate behavior. For instance
``
Rx = 3;
``
was compiled as
``
R x = 3;
``
parent 2bed912c
No related branches found
No related tags found
1 merge request!37Feature/language
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment