mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 13:11:32 +00:00
language: prelude and internal functions, and varargs support
This commit is contained in:
2
stdlib/src/main/pork/lang/prelude.pork
Normal file
2
stdlib/src/main/pork/lang/prelude.pork
Normal file
@ -0,0 +1,2 @@
|
||||
export func println(messages...)
|
||||
native internal "println"
|
@ -1,2 +1,3 @@
|
||||
lang/prelude.pork
|
||||
ffi/malloc.pork
|
||||
numerics/operator.pork
|
||||
|
Reference in New Issue
Block a user