Open etienneandre opened 5 months ago
Allow arithmetic operations on constants to be able to write:
A = 2, B = 3, C = 4, : rational; (* … *) when x / B <= A * B / C goto someloc;
Allow arithmetic operations on constants to be able to write: