##// END OF EJS Templates
Platform-specific makefile
Platform-specific makefile

File last commit:

r37:d40edbc3 default
r59:09309f46 default
Show More
21locals.txt
15 lines | 224 B | text/plain | TextLexer
# locals
local variable
variable = 5
*pl variable
global = 42
var = 1
dynamic { local var = 2 & *pl var }
*pl var
dynamic { *pl 'Здесь нет локальных переменных' }
----- locals ---------------