Rosetta Code/Count examples: Difference between revisions

Line 352:
cmcontinue string?;
title string?;
allCategoriesallTasks CategoryTask[];
restBindingCategories IHttp? = new HttpRest{
Line 377:
function pageDetailCallBack(pageResults string in)
count int = countSubstring("=={{header", pageResults);
allCategoriesallTasks.appendElement(new CategoryTask { title = title, count = count });
l2.text = l2.text as int + 1;
l4.text = l4.text as int + count;
Line 385:
returning to listTasksCallBack onException exceptionHandler;
else
dg1.data = allCategoriesallTasks as any[];
end
end
Line 402:
end
 
record CategoryTask
title string;
count int;
Anonymous user