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:
f496ce57f6
Branches
Tags
master
civicaml
/
test
/
testsuite
/
easy_test
/
test78.cvc
test78.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];
}