yyyyyyyan / rockstar-py

Python transpiler for the esoteric language Rockstar
MIT License
94 stars 26 forks source link

Roll X into Y #47

Open CodingDepot opened 2 years ago

CodingDepot commented 2 years ago

the Statement "Roll X into Y" does not work. Translates in python to either "Roll_X into Y" or "roll X into Y" (depending on capitalization of "Roll".

From the Rockstar docs: "Rockstar also supports a special roll x into y syntax for removing the first element from an array and assigning it to a variable"