Hash :
f3423cae
Author :
Date :
2006-10-14T21:07:27
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
\ Let's make a batch of duplicate definitions in various scopes...
\ Updated Fri, 02 Jun 2006 at 09:48 PDT by David L. Paktor
alias foop dup
[macro] croop foop message" Using FOOP "
alias dup croop
\ Stubs.
\ These should be global.
\ But, then, we _are_ injecting errors for this test....
[macro] _{local} noop #message" I got yer ""Local"" right here, chum!"
alias {pop-locals} 3drop
f[ h# a5519e constant {push-locals} ]f
global-definitions
alias flop drop
[macro] floop flop message" Using FLOOP "
alias drop floop
device-definitions
f[ false constant o'ryan ]f
fcode-version2
: noop ." Op? No!" ;
[macro] zoop noop message" I Care."
: poop h# -21013572 ;
new-device
: zoop ." Nothing like the other zoop" croop ;
: croop ." Sort of like F-Troop with a higher GPA..."
foop
;
: foop ." Shop bop-a-looma, a-lop bam boom!" ;
: floop ." Oh, Jiggly!" ;
: boop { _harpo | _cheeko }
f[ 127 constant _harpo ]f
poop -> _cheeko
f[ _cheeko constant a__gent ]f
;
alias droop drop
alias drupe 2drop
boop f[ true constant o'ryan ]f
foop 03 constant 3
new-device
: moop
_harpo
droop
drupe
;
alias shoop encode-int
f[
7a63 constant octal
boop
char-height
eval
moop
shoop
]f
finish-device
finish-device
start4 \ Let's just stick in an extra, and another error besides...
fcode-end
\ And a few false-starts and ends...
fcode-end
start0
." What does this button do?"
end1
start2
." Oh, was I not supposed to touch that?"
end0
save-image poop.fc \ Not gonna happen anyway...