Editor: (paste or write code here)
float a; float b = 1.; float c, d; float e = 2., f = 3.; void test(float g, float h) { float i; return h; } test(a, b);
Token Viewer: (click on code to view tokens)