This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
aqua
Watch
1
Star
0
Fork
0
You've already forked aqua
mirror of
https://github.com/fluencelabs/aqua.git
synced
2025-07-31 05:41:56 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
985309d4ebe1c41766ad4e4b36df8b5fd91ba24b
aqua
/
aqua-src
/
demo.aqua
5 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixes missing par (#177) * Fixes missing par * test for par * Par topology bug fixed * test `on` on every par branch * Topology refactoring * Tests compilation wip * Tests compilation wip * Tests compile * Test fix * Non-par tests fixed * The last test remains * Topology tests fixed * SemanticsSpec compiles * transformspec wip * fix diff * TransformSpec with diff * test for error handling * topology resolver spec wip * delete test, rename test * fixed * par with export variable test * test for try without catch * Handle try without catch * XorParTag fix * Wake up target peer after par * Increment version * Fix xor par during func model resolution * test with import and fold * Linker bug fixed Co-authored-by: DieMyst <dmitry.shakhtarin@fluence.ai>
2021-06-22 11:03:45 +03:00
import "print.aqua"
Introduce Catch espression (#162)
2021-06-10 16:33:01 +03:00
Fixes missing par (#177) * Fixes missing par * test for par * Par topology bug fixed * test `on` on every par branch * Topology refactoring * Tests compilation wip * Tests compilation wip * Tests compile * Test fix * Non-par tests fixed * The last test remains * Topology tests fixed * SemanticsSpec compiles * transformspec wip * fix diff * TransformSpec with diff * test for error handling * topology resolver spec wip * delete test, rename test * fixed * par with export variable test * test for try without catch * Handle try without catch * XorParTag fix * Wake up target peer after par * Increment version * Fix xor par during func model resolution * test with import and fold * Linker bug fixed Co-authored-by: DieMyst <dmitry.shakhtarin@fluence.ai>
2021-06-22 11:03:45 +03:00
func iterateAndPrint(strings: []string):
for s <- strings:
print(s)
Reference in New Issue
Copy Permalink