scsh-users
[Top] [All Lists]

Skipping clauses in awk macro

To: scsh-users@scsh.net
Subject: Skipping clauses in awk macro
From: Jonathan Hankins <jhankins@homewood.k12.al.us>
Date: Wed, 11 May 2005 13:59:39 +0000 (UTC)
List-id: <scsh-users.list-id.scsh.net>
Sender: news <news@sea.gmane.org>
Hi,

Is it possible to, at some clause in an awk macro, skip the remaining clauses
and jump to the point where the next read occurs, like "next" in awk?

In my ignorance, I tried playing with call/cc, but looking at the way the macro
is structured, I can't see a continuation that would get me out of the remaining
clauses, but back to the next call to the reader-exp.

Thanks,

-Jonathan Hankins

<Prev in Thread] Current Thread [Next in Thread>