A_Set_Logic method

int A_Set_Logic(
  1. int logic
)

Implementation

int A_Set_Logic(
  int logic,
) {
  return _A_Set_Logic(
    logic,
  );
}