Man, I'm not on the ball. 4th does not need to escape '\' chars. This

should make our beloved friend look less like he has a massive head wound.
This commit is contained in:
Scott Long 2003-05-31 16:07:00 +00:00
parent c5d8f6027e
commit 0480feef80

View file

@ -51,21 +51,21 @@ variable rebootkey
: print-beastie ( x y -- )
2dup at-xy ." , ," 1+
2dup at-xy ." /( )`" 1+
2dup at-xy ." \\ \\___ / |" 1+
2dup at-xy ." \ \___ / |" 1+
2dup at-xy ." /- _ `-/ '" 1+
2dup at-xy ." (/\\/ \\ \\ /\\" 1+
2dup at-xy ." / / | ` \\" 1+
2dup at-xy ." (/\/ \ \ /\" 1+
2dup at-xy ." / / | ` \" 1+
2dup at-xy ." O O ) / |" 1+
2dup at-xy ." `-^--'`< '" 1+
2dup at-xy ." (_.) _ ) /" 1+
2dup at-xy ." `.___/` /" 1+
2dup at-xy ." `-----' /" 1+
2dup at-xy ." <----. __ / __ \\" 1+
2dup at-xy ." <----|====O)))==) \\) /====" 1+
2dup at-xy ." <----' `--' `.__,' \\" 1+
2dup at-xy ." <----. __ / __ \" 1+
2dup at-xy ." <----|====O)))==) \) /====" 1+
2dup at-xy ." <----' `--' `.__,' \" 1+
2dup at-xy ." | |" 1+
2dup at-xy ." \\ / /\\" 1+
2dup at-xy ." ______( (_ / \\______/" 1+
2dup at-xy ." \ / /\" 1+
2dup at-xy ." ______( (_ / \______/" 1+
2dup at-xy ." ,' ,-----' |" 1+
at-xy ." `--{__________)"
;