new to sml and not sure how to div two number in function?
i want to run if statment, than div two numbers, than run if else statment.
fun hello() =
if(x = 1) then true
//x = 10 div 5
if(x = 4) then true
else false;