6 lines
93 B
Text
6 lines
93 B
Text
func div_check(x, y) {
|
|
if(catch(0x01))
|
|
return 1;
|
|
temp = x/y;
|
|
return 0;
|
|
}
|