I would even go further and skip the local in that case (as Dibyendu
Majumdar did):
constant x = 5
scoped f = ...
--
Oliver
Am 03.06.19 um 12:18 schrieb Pavel:
Additional <>, @, ;, or whatsoever really looks ugly.
Why not just add additional reserved keywords /const/ and /toclose/?
local const x = 5
local toclose f = ...