Edit

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

Branch :

  • test/ikc3/puts.out.expected
  • puts("Test")
    Test
    (Sw) 5
    puts(%{hello: "World !"})
    %{hello: "World !"}
    (Sw) 20
    puts("Test #{:a}")
    Test a
    (Sw) 7