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
2026-02-04 18:40:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
370d8552f73c0d3aca34c161121e5ac0cab4f850
pork
/
examples
/
for.pork
7 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
language: implement for in
2023-09-11 05:34:09 -04:00
export func main() {
language: implement proper virtual machine support
2023-11-28 05:23:48 -08:00
let items = ["Hello", "Goodbye"]
language: implement for in
2023-09-11 05:34:09 -04:00
for item in items {
println(item)
}
}
Reference in New Issue
Copy Permalink