[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS66 - static should be visible within a function body
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-03-21 02:39:20
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS66> Type : Defect Issue Id : OBJS66 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: static should be visible within a function body Description: (function() { static var a = 0; a++; return a; })() should be legal Severity: Major Version: head Stack Trace: Functional Area: data Status: New |