a = 2 if a == 1 then print( 'a ist eins' ) elseif a == 2 then print( 'a ist zwei' ) else print( 'a ist nicht eins oder zwei') print( 'a ist ', a) end