leuat / TRSE

Turbo Rascal Syntax Error full repo
GNU General Public License v3.0
239 stars 44 forks source link

Unary operator (-) for integer not implemented yet #834

Open marisaa-kirisame opened 8 months ago

marisaa-kirisame commented 8 months ago
Fatal error on line: 84 
Unary operator (-) for integer not implemented yet. Please bug the developer! 

Line in question:

ball_x += -ball_dx;

volkerSchule commented 4 months ago

As a workaround: Can't you write: ball_x -= ball_dx;