presentations/highlight-js/test/markup/cs/floats.txt

4 lines
73 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
float test = 1.0f;
float test2 = 1.f;
float test3 = 1.0;
float test4 = 1;