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):
6163840311
Rami (Branch)
Tag
master
civicaml
/
test
/
testsuite
/
easy_test
/
test78.cvc
test78.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];
}