Re: l10n typo

2007-03-27 Thread Nathell
adzany BEZ GWARANCJI, w granicach dozwolonych przez prawo. -- Daniel 'Nathell' Janus, GG #1631668, [EMAIL PROTECTED] create_initial_thread(initial_function); lose("CATS. CATS ARE NICE.\n"); -- Steel Bank Common Lisp, sbcl/runtime/runtime.c:425 _

Re: i dont understand it

2005-06-02 Thread Nathell
expr 100 * 1 expr: Syntaxfehler ? Syntaxerror ??? Where is the error ??? This is not the bug. This behaviour occurs because '*' gets exploded by the shell to the list of files in current directory. Try expr 100 \* 1 Sincerely, Daniel Janus __