This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
taddeus
/
civicaml
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
098b5ebc19
Rami (Branch)
Tag
master
civicaml
/
test
/
arrays
/
check_success
/
init_arrayconst.cvc
init_arrayconst.cvc
89 B
Cronologia
Originale
1
2
3
4
void bool_float_arrays(){
bool[2] b = [true,false];
float[3] f = [1.0, 2.2, 3.14];
}