c6
c6 copied to clipboard
Syntax for constant statements
- Proposal 1:
@constant width: 100 * 100
- Proposal 2:
$width: 100 * 100 !constant;