s = Stack( ) if s.empty( ) then print( "ok" ) end s.push( "a" ) if s.empty( ) then print( "error" ) end