summaryrefslogtreecommitdiffstats
path: root/test/cbot/scenarios/enum.txt
blob: a592a7fbccdcdce8d0895d19f2147ac186b55297 (plain)
1
2
3
4
5
6
7
8
9
enum JourDeLaSemaine {
	lundi = 1,
	mardi,
	mercredi,
	jeudi,
	vendredi,
	samedi,
	dimanche = 0 }