Edit

kc3-lang/kc3/ic3/.ic3_history

Branch :

  • ic3/.ic3_history
  • a = (U8) { 1, 2, 3 }
    1
    a = (U8) { 1, 2, 3 }
    quote %GL.Sphere{}
    quote %GL.Sphere{segments_u: 100}
    %GL.Sphere{segments_u: 100}
    %GL.Sphere{segments_u: 100 + 1}
    %GL.Sphere{segments_u: (Uw) (100 + 1)}
    a = (U8) { 1, 2 }
    quote a[0]
    a[0]
    a = (U8) { 1, 2 }
    a[0]
    a = (U8) { 1, 2 }
    a[0]