Edit

kc3-lang/kc3/test/ikc3/to_lisp.out.expected

Branch :

  • test/ikc3/to_lisp.out.expected
  • (a = ? <- 1 ; 2)
    a = ? <- 1 ; 2
    to_lisp(quote a = ? <- 1 ; 2)
    [;,
     [=,
      a,
      [<-,
       ?,
       1]],
     2]