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-04 05:31:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c77fd3a8a8245684820e0a4b510de8114a3ab17a
pork
/
examples
/
complex
/
b.pork
7 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
imports are now python style with a twist: forms! import std ffi and import local myfile
2023-09-06 22:43:03 -07:00
import local c
Complex import sample and support for import dependency cycles.
2023-09-03 02:41:02 -07:00
export func b() {
c()
println("B")
}
Reference in New Issue
Copy Permalink