@ -1,30 +1,25 @@ | |||||
long long int; | |||||
; | |||||
; | |||||
// comment | // comment | ||||
; | |||||
/* Test Int */ | /* Test Int */ | ||||
3 | |||||
52 | |||||
13 | |||||
3; | |||||
52; | |||||
13; | |||||
; | |||||
/* Test Float */ | /* Test Float */ | ||||
13.700000 | |||||
42.000000 | |||||
1.000000 | |||||
13.70; | |||||
42.0; | |||||
1e+0; | |||||
; | |||||
/* Test Char */ | /* Test Char */ | ||||
'salut' | |||||
'bonjour tout le monde' | |||||
'je m appelle Nathan et je suis né en 1998' | |||||
'enchanté !' | |||||
/* Test id */ | |||||
identifier | |||||
newId | |||||
id_3 | |||||
'salut'; | |||||
'bonjour tout le monde'; | |||||
'je m appelle Nathan et je suis né en 1998'; | |||||
'enchanté !'; | |||||
; | |||||
/* multi | /* multi | ||||
* line | * line | ||||
* comment | * comment | ||||
*/ | |||||
*/ |