Bug #74
const is not supported inside contract
Start date:
03/30/2019
Due date:
% Done:
0%
Description
When defining constants inside contract, their definition is ignored in json output, but their call is not impacted.
const sen_fault_state : real = 2.0;
No definition can be found of "sen_fault_state" in json, but it's used in its call.