Posted 14 March 2014 - 09:46 PM
how do you devide 2 variables,
for example (this did NOT work :-))
my intention was that m == 25 but it just sayd
bios:339: [string "devide"]:4: '=' expected
(my program is called devide)
for example (this did NOT work :-))
c=50
p=2
c/p = m
print(m)
my intention was that m == 25 but it just sayd
bios:339: [string "devide"]:4: '=' expected
(my program is called devide)