pagesim icon indicating copy to clipboard operation
pagesim copied to clipboard

Doubt regarding case switch.

Open AbhinavMir opened this issue 7 years ago • 0 comments

	switch(argv[1][0]){
			case 'L':
			case 'l':
			algo[0].selected=1;
			break;

			case 'C':
			case 'c':
			algo[o.selected=1]
		}

What would this do?

AbhinavMir avatar Oct 25 '18 21:10 AbhinavMir