Edit

kc3-lang/kc3/.ic3_history

Branch :

  • .ic3_history
  • 123.123
    (3)
    type(3)
    type(2)
    type(1 + 2)
    type(quote 1 + 2)
    123.123
    123.1230
    123.123000001
    123.12300000001
    123.123000000001
    123.1230000000001
    123.123
    0.0f
    0.0
    0.0f
    123.123
    1.2312299999999998e+2
    1.231229999996e+2
    1.231229999999996e+2
    1.2312299999999996e+2
    1.2312299999999999e+2
    1.23123e+2
    123.123
    1.231229999999999e+2
    1.231229999999998e+2
    1.231229999999997e+2
    1.231229999999996e+2
    1.231229999999995e+2
    123.123
    1234567.0f
    1.234f
    %GL.Point2D{}
    GL.Point2D
    type(GL.Point2D)
    quote %GL.Point2D{}
    GL.Point2D{
    GL.Point2D{}
    GL.Point2D{}}
    GL.Point2D{}
    GL.Point2D
    {}
    facts_next_id
    facts_next_id()
    4 * 27
    24 * 7
    4.0/1920.0
    4.0 / 1920.0
    4.0f / 1920.0f
    4.0f / 1200.0f
    U8[]
    D
    U8[]
    U8[1]
    (U8[]) { 1, 2, 3 }
    (U8[]) {1, 2, 3}
    (U8[]) {0}
    (U8[]) {1, 2, 3}
    dlopen
    dlopen("libc3/window/sdl2/.libs/libc3_window_sdl2.so.0.0", 0)
    dlopen("libc3/window/sdl2/.libs/libc3_window_sdl2.so.0.0", (U32) 0)
    dlopen("libc3/window/sdl2/.libs/libc3_window_sdl2.so.0.0", (U32) 1)
    dlopen("libc3/window/sdl2/.libs/libc3_window_sdl2.so.0.0", (U32) 2)
    dlopen("libc3/window/sdl2/.libs/libc3_window_sdl2.so.0.0", (U32) 0)
    dlopen("libc3/window/.libs/libc3_window.so.0.0", (U32) 0)
    dlopen("libc3/window/.libs/libc3_window.so.0.0", (U32) 4)
    dlopen("libc3/window/.libs/libc3_window.so.0.0", (U32) 1)
    dlopen("libc3/window/.libs/libc3_window.so.0.0", (U32) 2)
    dlopen("libc3/window/.libs/libc3_window.so.0.0", (U32) 4)
    dlopen("libc3/window/.libs/libc3_window.so.0.0", (U32) 8)
    dlopen("libc3/window/.libs/libc3_window.so.0.0", (U32) 16)
    dlopen("libc3/window/.libs/libc3_window.so.0.0", (U32) 32)
    dlopen("libc3/window/.libs/libc3_window.so.0.0", (U32) 0)
    dlopen("/home/dx/c/thodg/c3-lang/c3/libc3/window/.libs/libc3_window.so.0.0", (U32) 0)
    getenv("_")
    getenv("SHELL")
    getenv("HOME")
    getenv("USER")
    "a" + "b"
    "ab" + "cd"
    "ab" + "cd" + "ef"
    "Bonjour " + name + " !"
    hello = fn (name) { "Hello, " + name + " !" }
    hello("Patrice")
    hello("Thomas")
    "Hello, " + "Tiyon" + " !"
    hello = fn (name) { "Hello, " + name + " !" }
    hello("Tiyon")
    hello("Patrice")
    "Hello, #{name} !"
    hello("Tiyon")
    hello = fn (name) { "Hello, " + name + " !" }
    hello("Tiyon")
    hello("Baptiste")
    "a"
    "abc"
    hello = fn (name) { "Hello, #{name} !" }
    hello("Thomas")
    hello = fn (name) { "Hello, #{name} !" }