SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Non-Tech : Bill Wexler's Dog Pound
REFR 1.560-2.5%Nov 7 9:30 AM EST

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Bill Wexler who wrote (8762)2/9/2003 4:55:11 PM
From: RockyBalboa   of 10293
 
Bill, I found a small application on the internet, I'm not sure whether it would ever run on a machine (I'm not a programmer...). Have fun!



dim sheep dynamic array values [to be found];
dim revenues int value 0;
dim sharecount longint;
dim pr_text char[1024] value ".... .... ....";
static year;
static cash, consulting_expenses int;

program init;
set year = 1965;
set cash = 100;
set share_count = 1;

repeat until cash = 0

refr(0;share_count);
cash=cash-1;
year=year+1;

end repeat;

exit(printf ('Ch.7'));

#functions

function refr(revenues(), share_count)
do hype (sheep, cash);
underwriter= rnd(0,1);
do placement(underwriter);
return 0;

function hype(sheep, consulting_expenses)
consulting_expenses=-1;
printf ('pr_text';year+1);
reshuffle(sheep, sheep);
return 0;

function revenues(void)
# (code missing in text)
return 0;

function placement(underwriter)
if underwriter = true
cash=+rnd(0,1)*share_count
sharecount=+rnd(0,1)
endif;
return(nothing);
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext