Simple CorbaScript Server Page Example

Result of an embedded script: for i in range(0,9) { reply.print(i) reply.print(' ') }

Result of another embedded script: for j in range(i, 19) { reply.print(j) reply.print(' ') }