This commit is contained in:
Krzosa Karol
2022-09-30 16:49:00 +02:00
parent 2cd3b8c3a6
commit 2e8af0fecd

View File

@@ -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