You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most modern programming languages allow using underscores in variable names. Figure 1 in this paper (https://arxiv.org/pdf/2201.06312.pdf) also suggests that underscores should be allowed in variable names. However, when defining a local variable with an underscore in its name, parsing fails.
Can support for underscores in variable names (and other identifiers) be added?
Example of non-working recipe script (cLink has been replaced with c_link):
Most modern programming languages allow using underscores in variable names. Figure 1 in this paper (https://arxiv.org/pdf/2201.06312.pdf) also suggests that underscores should be allowed in variable names. However, when defining a local variable with an underscore in its name, parsing fails.
Can support for underscores in variable names (and other identifiers) be added?
Example of non-working recipe script (
cLink
has been replaced withc_link
):The text was updated successfully, but these errors were encountered: