This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
taddeus
/
civicaml
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
6163840311
Branches
Tags
master
civicaml
/
test
/
testsuite
/
easy_test
/
test78.cvc
test78.cvc
89 B
Histórico
Raw
1
2
3
4
void bool_float_arrays(){
bool[2] b = [true,false];
float[3] f = [1.0, 2.2, 3.14];
}