Joshua Hoblitt wrote:
Were checks implemented or is this a TODO?
inline op div(inout INT, in INT) :base_core {
$1 /= $2;
goto NEXT();
}
-J
leo
Joshua Hoblitt wrote:
Were checks implemented or is this a TODO?
inline op div(inout INT, in INT) :base_core {
$1 /= $2;
goto NEXT();
}
-J
leo