big: Remove core:fmt usage + Add a little demo to examples/demo.

This commit is contained in:
Jeroen van Rijn
2021-09-06 23:26:19 +02:00
parent b0edac58b9
commit 5619b349be
6 changed files with 179 additions and 180 deletions
+1
View File
@@ -174,6 +174,7 @@ Error :: enum int {
}
Error_String :: #partial [Error]string{
.Okay = "Okay",
.Out_Of_Memory = "Out of memory",
.Invalid_Pointer = "Invalid pointer",
.Invalid_Argument = "Invalid argument",