This website requires JavaScript.
Explore
Help
Sign In
strips
/
pork
Watch
2
Star
0
Fork
0
You've already forked pork
mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced
2025-08-03 13:11:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4f567eb287e17ae2c5757d22c174365a78572b71
pork
/
examples
/
imports.pork
6 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implement a very dumb import system.
2023-09-02 23:28:40 -07:00
import "module.pork"
Exportable functions, common frontend, and scoped imports.
2023-09-03 02:26:21 -07:00
export func main() {
Implement a very dumb import system.
2023-09-02 23:28:40 -07:00
hello()
}
Reference in New Issue
Copy Permalink