On Sun, 16 Sep 2001, Warner Losh wrote:

> In message <[EMAIL PROTECTED]> "Daniel C. Sobral" writes:
> :                         ." Loading /boot/current.conf. Please wait..." cr
> :                         s" /boot/current.conf" read-conf
>
> What's the difference beteen ." and s"?
        A . dot command does print the TOS (Top of Stack) usually.
."" does print a constant string.
        So ."FOO" does print FOO.
s"" does put a constant string on top of the stack.
        Which seemd to get used by read-conf later on.

I hope my memory didn't fool me here.

Bye!
----
Michael Reifenberger
^.*Plaut.*$, IT, R/3 Basis, GPS


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to