Originally posted by: tfinch2
Because of the '
It's a macro for the quote procedure. It means that you don't want the interpreter to evaluate it, just take it for what it is.
Originally posted by: vtqanh
Originally posted by: tfinch2
Because of the '
It's a macro for the quote procedure. It means that you don't want the interpreter to evaluate it, just take it for what it is.
well, that's what all the tutorials are saying. Can somebody give me a small example to show why the two are treated differently (in the case I mentioned above) ?
Originally posted by: jman19
Originally posted by: vtqanh
Originally posted by: tfinch2
Because of the '
It's a macro for the quote procedure. It means that you don't want the interpreter to evaluate it, just take it for what it is.
well, that's what all the tutorials are saying. Can somebody give me a small example to show why the two are treated differently (in the case I mentioned above) ?
Think of it this way...
> pi
3.1459...
>'pi
pi