kennethgoodman / rockstar_math

mathlib for rockstar language
2 stars 2 forks source link

Errant * Symbols #1

Closed cwfitzgerald closed 6 years ago

cwfitzgerald commented 6 years ago

This is a byproduct of how rockstar-py works, but there is invalid code on line 104 because of the symbol * in the code. This isn't valid as https://rockstar.connorwfitzgerald.com/OgNLg8vpPJ4 shows. If you change it to use times it works fine: https://rockstar.connorwfitzgerald.com/Ss106eaz1AI

kennethgoodman commented 6 years ago

Thanks, will fix