Testing
This commit is contained in:
@@ -8,7 +8,7 @@ The language is currently **very debuggable**. It can produce readable C code wi
|
|||||||
|
|
||||||
* More examples can be found in /examples and /modules
|
* More examples can be found in /examples and /modules
|
||||||
|
|
||||||
``` c++
|
``` python
|
||||||
#import "KERNEL32.core"
|
#import "KERNEL32.core"
|
||||||
#import "Base.core"
|
#import "Base.core"
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@ Vec3 :: struct ;; x: F32; y: F32; z: F32
|
|||||||
|
|
||||||
## Unicode conversion example
|
## Unicode conversion example
|
||||||
|
|
||||||
``` zig
|
``` odin
|
||||||
Utf8ToUtf32 :: (c: *U8, max_advance: S64): U32, S64
|
Utf8ToUtf32 :: (c: *U8, max_advance: S64): U32, S64
|
||||||
out_str: U32
|
out_str: U32
|
||||||
advance: S64
|
advance: S64
|
||||||
|
|||||||
Reference in New Issue
Block a user