James Schofield
2004-06-24 22:26:56 UTC
I'm confused about the "in" statement in SL. The language specification
implies a form like:
in x;
But the sample SL programs (e.g. trivial.sl) treat it as a function call
that returns a value:
x <- in();
If the latter form is correct, would a statement like this be valid?
x <- in()+3;
James
implies a form like:
in x;
But the sample SL programs (e.g. trivial.sl) treat it as a function call
that returns a value:
x <- in();
If the latter form is correct, would a statement like this be valid?
x <- in()+3;
James