rc-list - mailing list for the rc(1) shell
 help / color / mirror / Atom feed
From: haahr@netcom.com (Paul Haahr)
To: Tom Culliton <culliton@clark.net>
Cc: TimTroyR@ionet.net, rc@hawkwind.utcs.toronto.edu
Subject: Re: 99 bottles in an rc shell script.
Date: Thu, 1 May 1997 12:33:37 -0400	[thread overview]
Message-ID: <199705011633.JAA16436@netcom9.netcom.com> (raw)
In-Reply-To: <199704302226.SAA03968@clark.net>

Why enumerate all the numbers?  Why use some external program?  Peano
arithmetic is more than sufficient.

(While I was at it, I rearranged the loop a little.  And I didn't use
the elseif constructs because I wanted compatibility between Byron's rc
and Plan 9 rc, as well as forgetting what they are.)

#! /usr/local/bin/rc

* = 0
while (! ~ $#* 100)
	* = ($#* $*)

bottles = bottles
one = one
punct = .
while (true) {
	echo $1 $bottles of beer on the wall,
	echo $1 $bottles of beer,
	echo take $one down and pass it around,
	shift
	if (~ $1 1) {
		bottles = bottle
		one = it
	}
	count = ($1 $one)
	if (~ $1 0) {
		count = (no more)
		bottle = bottles
		punct = !
	}
	echo $count $bottles of beer on the wall^$punct
	if (~ $1 0)
		break
	echo
}


  parent reply	other threads:[~1997-05-01 20:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-04-30 22:26 Tom Culliton
1997-05-01  1:57 ` David Luyer
1997-05-01 16:33 ` Paul Haahr [this message]
1997-05-01  1:29 rsc
1997-05-01  4:03 Tom Culliton
1997-05-01  5:02 Tom Culliton
1997-05-01 17:14 Tom Culliton
1997-05-01 19:28 Byron Rakitzis
1997-05-01 21:13 Mark K. Gardner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199705011633.JAA16436@netcom9.netcom.com \
    --to=haahr@netcom.com \
    --cc=TimTroyR@ionet.net \
    --cc=culliton@clark.net \
    --cc=rc@hawkwind.utcs.toronto.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).