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

File last commit:

r1:de781984 default
r59:09309f46 default
Show More
2var.txt
7 lines | 62 B | text/plain | TextLexer
# var
var1 = 42
SET var2 = 42
LET var3 = 42
KILLVAR 'var1'
-