This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
taddeus
/
civicaml
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
7dd8ec8281
Branches
Tags
master
civicaml
/
test
/
arrays
/
check_success
/
init_arrayconst.cvc
init_arrayconst.cvc
89 B
Historique
Raw
1
2
3
4
void bool_float_arrays(){
bool[2] b = [true,false];
float[3] f = [1.0, 2.2, 3.14];
}