Mod Dropped Characters
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 20 articles for 0.004 sec
Re: Fun with the CS stack - Portable Control Structures (for Ed)     

Group: comp.lang.forth · Group Profile · Search for Mod Dropped Characters in comp.lang.forth
Author: Jenny Brien
Date: Jul 16, 2008 05:02

... 61 7A range  ." Lower case letter "  endof              ." Not a character "   endcase ; This is interesting because it reverses the logic used ... port count )     dup  7 + 8 /     swap 8 mod       0  of       nexttime \ C: dest orig        ... send then \ C: orig             1- dup 0= until      drop 2drop ; In looking over these and previous examples, one ...
Show full article (4.49Kb) · Show article thread
Re: Fun with the CS stack - Portable Control Structures (for Ed)     

Group: comp.lang.forth · Group Profile · Search for Mod Dropped Characters in comp.lang.forth
Author: Ed
Date: Jul 13, 2008 22:43

...OF POSTPONE DUP POSTPONE IF POSTPONE DROP ; IMMEDIATE : ENDOF POSTPONE ELSE ; IMMEDIATE ...RANGE postpone (range) postpone IF postpone DROP ; IMMEDIATE : TEST ( n -- ) case 0 20... case letter " endof ." Not a character " endcase ; This is interesting because it... dup 7 + 8 / swap 8 mod 0 of nexttime \ C: dest ...
Show full article (5.21Kb) · Show article thread
Fun with the CS stack - Portable Control Structures (for Ed)     

Group: comp.lang.forth · Group Profile · Search for Mod Dropped Characters in comp.lang.forth
Author: Jenny Brien
Date: Jul 12, 2008 06:54

...: OF POSTPONE DUP POSTPONE IF POSTPONE DROP ; IMMEDIATE : ENDOF POSTPONE ELSE ; IMMEDIATE : ... RANGE postpone (range) postpone IF postpone DROP ; IMMEDIATE : TEST ( n -- ) case 0 20 ... Lower case letter " endof ." Not a character " endcase ; BREAK and CONTINUE : BREAK \ ... ) dup 7 + 8 / swap 8 mod 0 of nexttime \ C: dest orig...
Show full article (3.41Kb)
Re: Control Flow Stack deficiencies     

Group: comp.lang.forth · Group Profile · Search for Mod Dropped Characters in comp.lang.forth
Author: Ed
Date: Jun 23, 2008 04:09

...while postpone then repeat ; : ENDCASE postpone drop thens ; immediate \ Add Pascal features :...Not a character " endcase ; decimal cr cr .( [press any key] ) key drop cr...) dup 7 + 8 / swap 8 mod case 0 of begin [ cs-... cs-pop ] until endof endcase drop 2drop ; : filldata ( ) 26 0 do ...
Show full article (4.11Kb) · Show article thread
GVBE03: Code Addendum     

Group: comp.lang.forth · Group Profile · Search for Mod Dropped Characters in comp.lang.forth
Author: Tim Trussell
Date: May 26, 2008 15:49

...\ calculate new TOS dup 16 mod - \ align to lower paragraph boundary ... in pixels {1BYTE}-DEF :: .XCharSize \ character cell width in pixels {1BYTE}-...64 swap GetLowBuffer 1 else drop 0 then FreeDOSMem else 2drop 0....next @ to %%modeptr then until drop \ lose counter cr ." End of ...
Show full article (17.66Kb)
Re: A role for roll? Re: Interpreter mode loops     

Group: comp.lang.forth · Group Profile · Search for Mod Dropped Characters in comp.lang.forth
Author: Gerry
Date: Dec 30, 2007 04:58

... common way to lowercase Latin characters? No, the only thing Forthers ...n2 )    r@    if       < drop            ( -- lim i' f )    else       r...0 [do]    [i] dup 10 mod 0=    [if] cr [then]    3...x1 x2 -- x1 | ) over = if drop else s" [endof]" 1 skipover...endcase]" 1 skipover ; : [endcase] ( x -- ) drop ; This is potentially of use...
Show full article (3.49Kb) · Show article thread
Re: A role for roll? Re: Interpreter mode loops     

Group: comp.lang.forth · Group Profile · Search for Mod Dropped Characters in comp.lang.forth
Author: Aleksej Saushev
Date: Dec 29, 2007 11:43

...Is 20 years enough to invent common way to lowercase Latin characters? Citing tolower(3) manual page: STANDARDS The tolower() function conforms... ( -- lim i' n1 n2 ) r@ if < drop ( -- lim i' f ) else 0< if else...... [loop] 40 0 [do] [i] dup 10 mod 0= [if] cr [then] 3 .r [loop] cr...
Show full article (1.82Kb) · Show article thread
yep ralph adams book and vhs tape:)     

Group: alt.magic.secrets · Group Profile · Search for Mod Dropped Characters in alt.magic.secrets
Author: bill page
Date: Nov 21, 2007 11:33

... on top of clear glass an when shett drops she is gone! vanished! so houdin took it ... of prior seasons was the interplay between the characters (House, Wilson, + his 3 underlings). That's all ... - Inventions - Inner Secret Discussion - Admin Board - Mod Applications Direct Feed Interface With 3rd-Party SOMF ...
Show full article (15.41Kb)
Re: Should Forth be cleaned up?     

Group: comp.lang.forth · Group Profile · Search for Mod Dropped Characters in comp.lang.forth
Author: The Beez'
Date: Feb 20, 2007 08:16

..., some basic I/O and control flow. POSTPONE, UM/MOD, BODY are not quite that essential. Code that uses... a failed compromise. What should KEY do with control characters and function keys and all that? What about double characters, if your system gives you CRLF for the enter key, ... resorting to writing his own compiler. Words like : ; swap drop over begin while repeat . / + - * 0= = < ...
Show full article (3.48Kb)
completion-ui.el -- new release     

Group: gnu.emacs.sources · Group Profile · Search for Mod Dropped Characters in gnu.emacs.sources
Author: Toby Cubitt
Date: Feb 14, 2007 12:08

...to be selected from ;; a drop-down menu located below the...chars nil "*Minimum number of characters before completions are offered." :group...reject t none))) "*Alist associating character syntax with completion behaviour. Used...defines the behaviour before a character is inserted, and whose last...syntax-alist nil "*Alist associating characters with completion behaviour. Overrides the...
Show full article (92.59Kb)
1 · 2 · next