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
Has been changed in spec, but also the original implementation probably wasn't right anyway.
Relevant bit of the spec:
The sequence 's\W+ - a single quote followed by a lowercase 's' and one or more whitespace characters - should be replaced with is (space, is, space)
This allows Janie's got a gun (initialises Janie with the value 313) and Union's been on strike (initialise Union with the value 426) as valid variable declarations.
All other single quotes are then ignored. ain't is equivalent to aint, wakin' has five letters, and ''''' is equal to the empty string. This means you can use single quotes freely throughout your program to punctuate, adjust word lengths and generally channel the spirit of rock'n'roll without worrying about compiler errors.
The text was updated successfully, but these errors were encountered:
I changed rockstar-py to match the new specs, but you're right. Jane is Mark's girlfriend is converting Mark's to Mark is, adding 1 to the number value. I can solve that pretty quickly tomorrow, but that's not clearly specified
Has been changed in spec, but also the original implementation probably wasn't right anyway.
Relevant bit of the spec:
The text was updated successfully, but these errors were encountered: