IntellaSys Blog

A Technical Post for the SEA of VentureForth Programmers
It is currently Thu May 23, 2013 7:38 pm

All times are UTC - 8 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Min and Max
PostPosted: Wed Jan 09, 2008 4:50 pm 
Offline
Site Admin

Joined: Mon Jan 07, 2008 10:37 am
Posts: 5
Min and Max
Code:
: min ( n n - n)  not over . +   not -if    begin  + ;   ( +3)
: max ( n n - n)  not over . +   not -until then  drop ; ( +3)

Thanks to Chuck, Bill and John


Last edited by michael on Wed Jan 30, 2008 11:32 am, edited 1 time in total.

Top
 Profile E-mail  
 
 Post subject: Re: Min and Max
PostPosted: Wed Jan 30, 2008 4:55 am 
Offline

Joined: Wed Jan 30, 2008 4:53 am
Posts: 4
Is it just me or 'min' is doing what 'max' is supposed to do and vice versa?


Top
 Profile E-mail  
 
 Post subject: Re: Min and Max
PostPosted: Wed Jan 30, 2008 11:32 am 
Offline
Site Admin

Joined: Mon Jan 07, 2008 10:37 am
Posts: 5
azekeprofit wrote:
Is it just me or 'min' is doing what 'max' is supposed to do and vice versa?

You are absolutely right!

Fixed.


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group