//RINI.D (what i'm compiling): import omat.rin; float i; int main() { i = rin(2); printf("\n%f", i); return 0; }