[EMAIL PROTECTED] wrote:

All --

I thought that something like what follows:

    goto _foo
    end
    _foo:
    print "Howdy!\n"
    end

Works fine *if* you insert your example into ".sub" ... ".end":

..sub _test
	goto _foo
	end
_foo:
	print "ok 1\n"
	end
..end


Regards,

-- Gregor

leo




Reply via email to