Files
BeatMapLanguage/src/test.bml
2018-11-25 15:20:38 +01:00

22 lines
247 B
Plaintext

#fun test () {
Cube (1.0, 3, 5,)
Cube (1.5, 2, 3,)
Cube (2.0, 5, 3,)
<-2.0
}
#fun test_two () {
Cube (1.2, 6, 6,)
}
#main () {
test_two ()
Cube (1.2, 3, 6,)
!24.6:false:4 {
test ()
<-2.0
}
}