Hi Igor,

Good to write to you. I have been following your BP2
project with great interest.

>From the docs, EMC2 User Manual v2.4, Chapter 17.1, page 121:

[Subroutines] may be called from other functions, and may
call themselves recursively if it makes sense to do so.
The maximum subroutine nesting level is 10.

Kim


On 03/14/2011 09:47 PM, Igor Chudov wrote:
> I am thinking about making a turner's cube on a mill.
> 
> It is an easy task, but for elegance, I would really like to write a
> turner's cube subroutine that would call itself recursively.
> 
> O<mysub> sub
> ...
> ...
> ... O<if> if [something]
>        O<mysub> call [...]
>    O<if> endif
> ...
> O<mysub> endsub
> 
> Can I do that?
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> Emc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> 


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to