ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Bart C. Wise" <bntgcontext@wiseguysweb.com>
To: Context Mailing List <ntg-context@ntg.nl>
Subject: ! Extra \else error
Date: Thu, 11 Dec 2008 06:50:52 -0700	[thread overview]
Message-ID: <200812110650.53610.bntgcontext@wiseguysweb.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 631 bytes --]

When I run the code below (via minimals), I get the following error, why?

enter loop
! Extra \else.
\@@plniterate ...\expandafter \@@plniterate \else
                                                  \fi
\myloop ...by 1 \ifnum \tempcnta >#1\else \repeat
                                                  \fi \message {exit}
l.16 \myloop{2008}


Code:

\newcount\startcnt
\newcount\tempcnta

\def\myloop#1{%
  \message{enter}
  \tempcnta=\the\startcnt%
  \loop
    \message{loop}
    \advance \tempcnta by 1
    \ifnum\tempcnta>#1\else \repeat\fi
  \message{exit}
}

\starttext
\startcnt=1800
\myloop{2008}
\stoptext

Thanks,
Bart

[-- Attachment #1.2: Type: text/html, Size: 5788 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2008-12-11 13:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-11 13:50 Bart C. Wise [this message]
2008-12-11 14:05 ` Zhichu Chen
2008-12-11 14:17   ` Hans Hagen
2008-12-11 14:40     ` Bart C. Wise
2008-12-11 15:03       ` Hans Hagen
2008-12-11 14:21   ` Bart C. Wise
2008-12-11 14:29     ` Zhichu Chen
2008-12-11 15:05       ` Bart C. Wise
2008-12-11 15:28         ` Zhichu Chen
2008-12-11 15:39           ` Bart C. Wise
2008-12-11 15:10     ` Ulrike Fischer
2008-12-11 15:27       ` Bart Wise
2008-12-11 15:07 ` Aditya Mahajan
2008-12-11 15:17   ` Bart C. Wise
2008-12-11 15:18   ` Aditya Mahajan

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=200812110650.53610.bntgcontext@wiseguysweb.com \
    --to=bntgcontext@wiseguysweb.com \
    --cc=ntg-context@ntg.nl \
    /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).