February 21, 2023
Infinite loop running on real time
i = { let i = 0; while (true) { yield ++i; } }
i
x = 10
x + 5