meinst du so etwas

wenn a=15 und b=23 dann mach das...

Code:
if a=15 and b=23 then ~
wenn de 2 gleiche variablen nimmst muss diese trotzdem mitgeschrieben werden!

zb:
Code:
if a=20/2 and a=5*2 then ~


das geht nicht:
Code:
 if a=20/2 and 5*2 then ~