Represents a 'while' loop statement in the Shake language.
0.1.0
The body of the while loop. This is the block of code that gets executed repeatedly as long as the condition is true.
The condition for the while loop. The loop continues as long as this condition evaluates to true.
Converts this statement to a JSON representation. This can be useful for serialization, debugging, or analyzing the structure of the code.