Open Osgood001 opened 8 months ago
考虑如下一般的循环条件:
while (i=0; i<N;i++) { # do soemething }
create an input structure
variable_scope = { i: 0, N: 10, }
This will be used throughout the process.