aboutsummaryrefslogtreecommitdiff
path: root/template/typescript/snip-while.ts
blob: 55d9298e86646a94692d7ed8d37f3ae796a40e61 (plain)
1
2
3
while ({{_input_:condition}}) {
	{{_cursor_}}
}