#If the Print Exceed stdout buffer it wont return let a = 0 for(let i = 0 ; i < 100 ; i = i + 1) { a = a + 1 } print(a)
output :
Made by Iwhitebird