summons_M

#1 Created at ... [Delete] [Delete and Lock User]

'use strict'; function* next_id() {

for(i = 1;true;i++){
yield i;

}; }


  • 1

Reply