Improvements

This commit is contained in:
2018-11-25 14:52:46 +01:00
parent 0b05242184
commit 6e568d9f98
4 changed files with 75 additions and 14 deletions

15
src/test.bml Normal file
View File

@@ -0,0 +1,15 @@
#fun test () {
Cube (1.0, 3, 5,)
Cube (1.1, 2, 3,)
Cube (1.4, 5, 3,)
}
#fun test_two () {
Cube (1.2, 6, 6,)
}
#main () {
test_two ()
Cube (1.2, 3, 6,)
!24.6:false:4 {test ()}
}