Edit

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

Branch :

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