/ test.tf
test.tf
 1  f(
 2  ; Single line comment
 3    ( bondpad_layer       "NOTUSED"       )
 4    ( text_layers         (("TEXT" "drawing")) )
 5    (-1)
 6    ()
 7    g()
 8    ; Quoted string
 9    (enclosingLayers "(((\\\"PPLUS\\\" \\\"drawing\\\") 0.25 ?coverInterior nil ?useEncLayer t ?pin nil))")
10    techParams(							
11      ( LEFDEF_OVERLAP_LAYER_NAME	"OVERLAP"       )		
12    ) ;techParams*/
13    /* Testing
14       multiline comment */
15    " "
16    a[2]
17    a || { c }
18    " ; "
19    (nil -0.2 -3) ; Should be list with three elements, not one expression
20    (a-3) ; One expression in list
21    midY = (cadadr(cv ~> bBox) + cadar(cv~>bBox)-1.6)/2 ; One expression inside ()
22    if(dY < 3-2.3 then printf("OK")) ; One expression before then
23  )