export a,b,c = 223, 343, 123 export cool = "dad" d,e,f = 3, 2, 1 export d, e, f export class Something umm: "cool" export if this 232 else 4343 export What = if this 232 else 4343 export y = -> hallo = 3434 export with tmp j = 2000 export cbVal = do h = 100 (x)<- f return x h export y = -> h = 100 k = 100 export switch h when 100, 150 then 200 when 200 then 300 else 0 export Constant = switch value when "good" then 1 when "better" then 2 when "best" then 3