:: quadratic-equation ( a -- ) a:>b a a * :> c b 3 * a + :> d d > string print ; readln string>numberquadratic-equation
2
./prog.factor 1: :: quadratic-equation ( a -- ) ^ No word named “::” found in current vocabulary search path
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!