The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.lisp
From: Frank DG1SBG <dg1...@googlemail.com>
Date: Fri, 10 Aug 2012 15:07:31 +0200
Local: Fri, Aug 10 2012 9:07 am
Subject: Re: computed goto
zermelo <zerm...@nospam.teletu.it> writes:
Ahem - like this?
> I need to code something like this: > (let ((n 2)) > (tagbody > (go n) > 1 (print 1) > 2 (print 2))) > => expected 2 > Is there a way I can pass an expression to the go form?
> Thanks
(defun print-value (value)
(defun jump-on-value (value)
I'm pretty sure this isn't what you were looking for. So - what are you
Frank
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||