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
This is tricky as it tries to refer to multiple similarly named variables, but the result of mixing inline code and variable syntax looks rather odd:
`_numYearsN_`
I think this should use plain code without the underscores, or the variable syntax (which would emit warning: could not find a preceding declaration for "numYearsN" (use-before-def))
The text was updated successfully, but these errors were encountered:
This is tricky as it tries to refer to multiple similarly named variables, but the result of mixing inline code and variable syntax looks rather odd:
I think this should use plain code without the underscores, or the variable syntax (which would emit
warning: could not find a preceding declaration for "numYearsN" (use-before-def)
)The text was updated successfully, but these errors were encountered: