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
9fe959799dec20502eb2480bc4f1d60cabf2e850
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