Created by: ktlichkid
Sometimes we may need assign a bool array to a variable to flexibly control loop, or switch case, etc. Current assign_value_op supports only int and float. So we want to add bool type support to it.
Created by: ktlichkid
Sometimes we may need assign a bool array to a variable to flexibly control loop, or switch case, etc. Current assign_value_op supports only int and float. So we want to add bool type support to it.