Tutorials/Variables
-
'Notice that on line 3, we have the variable name sweets between commas, not as part of the text.'
=> It's on line 4 ;-) -
@pico8-jihem said in Tutorials/Variables:
'Notice that on line 3, we have the variable name sweets between commas, not as part of the text.'
=> It's on line 4 ;-) -
type : 'muinus' ==> 'minus'
-
'You should change the while loop too so the program stops when you reach a certain number of sweets.'
==> so the loop exits when you reach a certain number of sweets
(the program will stop later)