How to tell a word to be quiet
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 827 articles for 0.018 sec
Re: How to tell a word to be quiet     

Group: comp.lang.forth · Group Profile · Search for How to tell a word to be quiet in comp.lang.forth
Author: Jean-François Michaud
Date: Nov 15, 2007 17:43

... solution to the problem, using the words FILE and CONSOLE (which allow output ... > Krishna -- \ \ How to tell a word to be quiet (in kForth). ...include strings : hello-world ." Hello!" ; : be-quiet ' \ -- a SOURCE 8 /string s" ...>> hello-world cr cr be-quiet hello-world .( Reserved version of ...
Show full article (3.18Kb) · Show article thread
Re: How to tell a word to be quiet     

Group: comp.lang.forth · Group Profile · Search for How to tell a word to be quiet in comp.lang.forth
Author: Krishna Myneni
Date: Nov 15, 2007 15:51

... program. Given a set of words that output text, I want...to the problem, using the words FILE and CONSOLE (which allow...Krishna -- \ \ How to tell a word to be quiet (in kForth...strings : hello-world ." Hello!" ; : be-quiet ' \ -- a SOURCE 8 /string s...hello-world cr cr be-quiet hello-world .( Reserved version of...
Show full article (2.68Kb) · Show article thread
Re: How to tell a word to be quiet     

Group: comp.lang.forth · Group Profile · Search for How to tell a word to be quiet in comp.lang.forth
Author: Mikael Nordman
Date: Nov 15, 2007 11:09

...> Krishna -- \ \ How to tell a word to be quiet (in kForth). ...> include strings : hello-world ." Hello!" ; : be-quiet ' \ -- a SOURCE 8 /string s" CREATE... hello-world cr cr be-quiet hello-world .( Reserved version of hello-... is a problem. You could define words like +user loglevelmask $0010 constant loglevel5...
Show full article (2.22Kb) · Show article thread
Re: How to tell a word to be quiet     

Group: comp.lang.forth · Group Profile · Search for How to tell a word to be quiet in comp.lang.forth
Author: Jean-François Michaud
Date: Nov 15, 2007 07:24

...game program. Given a set of words that output text, I want ... to the problem, using the words FILE and CONSOLE (which allow ...> Krishna -- \ \ How to tell a word to be quiet (in kForth). ... strings : hello-world ." Hello!" ; : be-quiet ' \ -- a SOURCE 8 /string s" ... hello-world cr cr be-quiet hello-world .( Reserved version of ...
Show full article (1.83Kb) · Show article thread
How to tell a word to be quiet     

Group: comp.lang.forth · Group Profile · Search for How to tell a word to be quiet in comp.lang.forth
Author: Krishna Myneni
Date: Nov 14, 2007 19:17

... game program. Given a set of words that output text, I want versions ... solution to the problem, using the words FILE and CONSOLE (which allow output.... Krishna -- \ \ How to tell a word to be quiet (in kForth). ... strings : hello-world ." Hello!" ; : be-quiet ' \ -- a SOURCE 8 /string s" ...CR hello-world cr cr be-quiet hello-world .( Reserved version of ...
Show full article (1.46Kb)
Re: How to tell a word to be quiet     

Group: comp.lang.forth · Group Profile · Search for How to tell a word to be quiet in comp.lang.forth
Author: Hans Bezemer
Date: Nov 24, 2007 02:34

... Pelc wrote: Is re-vectoring of a CORE word possible to do in a common way, on ...the address of the I/O device table for input and output. Making words "quiet" is then just a matter of defining a dev_null or bitbucket device. ..., because you don't need all those horrible words like READ-FILE and stuff to do I/O. You just use the standards words. IMHO ANS-Forth I/O is much too C...
Show full article (1.42Kb) · Show article thread
Re: How to tell a word to be quiet     

Group: comp.lang.forth · Group Profile · Search for How to tell a word to be quiet in comp.lang.forth
Author: The Beez'
Date: Nov 20, 2007 20:00

... game program. Given a set of words that output text, I want versions...solution to the problem, using the words FILE and CONSOLE (which allow output...LMI Forth). An existing word can be made quiet by declaring be-quiet wordname I wonder if...is very easy, since every single word can be redirected by definition ...-device output open as silent : quiet cout silent use ; : verbose use ;...
Show full article (1.07Kb) · Show article thread
Re: How to tell a word to be quiet     

Group: comp.lang.forth · Group Profile · Search for How to tell a word to be quiet in comp.lang.forth
Author: The Beez'
Date: Nov 20, 2007 19:57

... game program. Given a set of words that output text, I want versions...solution to the problem, using the words FILE and CONSOLE (which allow output...LMI Forth). An existing word can be made quiet by declaring be-quiet wordname I wonder if...I/O system where every single word can be redirected (I like factoring...-device output open as silent : quiet cout silent use ; : verbose use ;...
Show full article (1.06Kb) · Show article thread
Re: How to tell a word to be quiet     

Group: comp.lang.forth · Group Profile · Search for How to tell a word to be quiet in comp.lang.forth
Author: Jean-François Michaud
Date: Nov 18, 2007 11:28

... the view are strongly correlated within words which, from what I perceive, is... needed as opposed to hijacking/ vectoring words that output on a strongly correlated ... FCP now has both a "quiet" flag (required for performing as a...fed into a pipe. In other words, ad hoc rather than designed, ...idiomatic language, from what I can tell. Without knowledge of common patterns, ...
Show full article (9.73Kb) · Show article thread
Re: How to tell a word to be quiet     

Group: comp.lang.forth · Group Profile · Search for How to tell a word to be quiet in comp.lang.forth
Author: Ian Osgood
Date: Nov 17, 2007 16:34

... view are strongly correlated within words which, from what I perceive,... directly to the case of words being silenced as an ad-... as opposed to hijacking/ vectoring words that output on a strongly ...FCP now has both a "quiet" flag (required for performing as ...into a pipe. In other words, ad hoc rather than designed...language, from what I can tell. Without knowledge of common patterns...
Show full article (8.48Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next