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