This commit is contained in:
Able 2024-07-20 04:10:15 -05:00
parent 528b1fc66c
commit b99cb09a74

View file

@ -1,16 +1,13 @@
stn := @use("../../../libraries/stn/src/lib.hb")
log := stn.log
string := stn.string
memory := stn.memory
buffer := stn.buffer
stn := @use("../../../libraries/stn/src/lib.hb");
.{log, string, memory, buffer} := stn
/*
service_search := fn(): void {
// a :=
return;
a := "\{01}\0"
@eca(void, 3, a, string.length)
return
}
*/
main := fn(): int {
// Create a buffer
@ -22,6 +19,8 @@ main := fn(): int {
log.info("abc\0")
memory.release_page(memory_pages, 3)
window := windo.create_window()
// todo: abstract this out
port_str := "\0\{70}\0"
a := @eca(u8, 3, 3, port_str, 2)