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
7a0b5ae88f36060a4beda3e889ac655ebe02e3fe
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