static
ACTION:
define a static set of variables, (persistant but invisible outsid the block)
EXAMPLE:
static string s
RELATED:
dim
local