Skip to content

Library

CD2 edited this page Feb 8, 2023 · 2 revisions

You can load other files with the lib keyword. All global variables are shared, even if the same file is read in multiple places.

lib string = <string.ssz>;

// read from lib directory

// Enclose in "" to make the path relative to the current file

Clone this wiki locally