I would like to have something that that can be executed on a single line like this:
if x=0 and y=1 then do something
Is this possible? I haven't been able to figure it out.
if x=0 and y=1 then do something
Is this possible? I haven't been able to figure it out.