This is my brainstorming page for pseudo-coding and deciding on the possibility of a “Infinite Scripting Language”

Transpiler TODO list

new OnRoundStart.output→ new ForNIterations.input

[Place down a OnRoundStart node]

[Place down a ForNIterations node]

[Connect the output of On Round Start to the input of For N Iterations]

new GetCurrentRound.currentRound→new Multiply.operandA

Multiply.operandB = 0.80

[Place down a GetCurrentRound node]

[Place down a Multiply node]

[Connect currentRound of GetCurrentRound to operandA of Multiply]

[Set operandB of Multiply to 0.80]