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-05 14:11:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3dbf8f9c4aeb2d161be4e732a583f1ede56f03ef
pork
/
examples
/
complex
/
c.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 a
Complex import sample and support for import dependency cycles.
2023-09-03 02:41:02 -07:00
export func c() {
a()
println("C")
}
Reference in New Issue
Copy Permalink