This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
taddeus
/
civicaml
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
1572d2d5dd
Ramas
Etiquetas
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];
}