mirror of https://github.com/KLayout/klayout.git
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
|
|
|
||
|
|
# A comment
|
||
|
|
define("noname.gds");
|
||
|
|
define("L2", file + ".zzz", technology = "");
|
||
|
|
define("L3", "subdir/l3.gds", technologies = [ "T2", "T3" ], replicate = false);
|
||
|
|
|