
Add an include directive to include namespaces into a contract. Only allowed at the top level. To allow includes, either call through aeso_compiler:file or set the option `allow_include` (and add `include_path`(s)).
3 lines
43 B
Plaintext
3 lines
43 B
Plaintext
namespace Included =
|
|
function foo() = 42
|