While

From LilyWiki

Jump to: navigation, search

Contents

[edit] while

Call a function until a condition is met.
 

[edit] Inlets

inlet1 initial value begins loop
<anything>
inlet2 result of boolean test
<bool>
inlet3 result of method
<anything>
 

[edit] Outlets

outlet1 result of each loop
outlet2 pass to boolean test
outlet3 pass to method
 

[edit] Arguments

 

[edit] Notes

 
Personal tools