Pattern Loops

This commit is contained in:
2018-11-25 15:20:38 +01:00
parent 6e568d9f98
commit c2dca8aafc
2 changed files with 34 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
#fun test () {
Cube (1.0, 3, 5,)
Cube (1.1, 2, 3,)
Cube (1.4, 5, 3,)
Cube (1.5, 2, 3,)
Cube (2.0, 5, 3,)
<-2.0
}
#fun test_two () {
@@ -11,5 +13,10 @@
#main () {
test_two ()
Cube (1.2, 3, 6,)
!24.6:false:4 {test ()}
!24.6:false:4 {
test ()
<-2.0
}
}