Did you know; we need this operator!

Kagamin spam at here.lot
Mon Sep 16 08:47:51 UTC 2024


As for scope extension, C# has extended scope statements:
This is normal scoped statement:
---
with(Days){ ... }
---

This is extended scoped statement:
---
{
	with Days;
	...
}
---


More information about the Digitalmars-d mailing list