mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
globals
This commit is contained in:
parent
b779a51ef5
commit
f582a5b4c3
9 changed files with 248 additions and 85 deletions
6
std.nil
6
std.nil
|
|
@ -57,3 +57,9 @@ function println(s: String) = (
|
|||
print(s);
|
||||
print("\n");
|
||||
);
|
||||
|
||||
mod alloc (
|
||||
function allocateItem(size: I32): I32 = (
|
||||
|
||||
);
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue