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 05:10:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
041848c14e8e8963973c1423f80c5040a53338b0
pork
/
examples
/
complex
/
d.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 b
Complex import sample and support for import dependency cycles.
2023-09-03 02:41:02 -07:00
export func d() {
b()
println("D")
}
Reference in New Issue
Copy Permalink