Nesting loops

Nesting loops

forvalues n = 1/3 {
	foreach c in a b c {
		display "`n'`c'"
	}
}